\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] .
# -------------------------------------------------------------------------------------