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

Additional information may be available using the Break-The-Glass Protocol

\n
" ]; fhir:OperationOutcome.issue [ fhir:index 0; fhir:OperationOutcome.issue.severity [ fhir:value "information" ]; fhir:OperationOutcome.issue.code [ fhir:value "suppressed" ]; fhir:OperationOutcome.issue.details [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ]; fhir:Coding.code [ fhir:value "ETREAT" ]; fhir:Coding.display [ fhir:value "Emergency Treatment" ] ]; fhir:CodeableConcept.text [ fhir:value "Additional information may be available using the Break-The-Glass Protocol" ] ] ]] . # - ontology header ------------------------------------------------------------ [a owl:Ontology; owl:imports fhir:fhir.ttl] . # -------------------------------------------------------------------------------------