a fhir:OperationOutcome;
fhir:Resource.id [ fhir:value "warning"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "There is no matching patient for MRN 123456
"
];
fhir:OperationOutcome.issue [
fhir:index 0;
fhir:OperationOutcome.issue.severity [ fhir:value "warning" ];
fhir:OperationOutcome.issue.code [ fhir:value "not-found" ];
fhir:OperationOutcome.issue.details [
fhir:CodeableConcept.text [ fhir:value "There is no matching patient for MRN 123456" ]
]
] .
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI .
# -------------------------------------------------------------------------------------