@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- [a fhir:OperationOutcome; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "searchfail"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n

The "name" parameter has the modifier "exact" which is not supported by this server

\n
" ]; fhir:OperationOutcome.issue [ fhir:index 0; fhir:OperationOutcome.issue.severity [ fhir:value "fatal" ]; fhir:OperationOutcome.issue.code [ fhir:value "code-invalid" ]; fhir:OperationOutcome.issue.details [ fhir:CodeableConcept.text [ fhir:value "The \"name\" parameter has the modifier \"exact\" which is not supported by this server" ] ]; fhir:OperationOutcome.issue.location [ fhir:value "http.name:exact"; fhir:index 0 ] ]] . # - ontology header ------------------------------------------------------------ [a owl:Ontology; owl:imports fhir:fhir.ttl] . # -------------------------------------------------------------------------------------