@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DeviceUseStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Generated NarrativeResource "example" identifier: id: 51ebb7a9-4e3a-4360-9a05-0cc2d869086fstatus: activesubject: Patient/example "Peter CHALMERS"device: Device/examplereasonReference: Condition/example: PHx of Appendectomy (surgery)" ]; fhir:DeviceUseStatement.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http:goodhealth.org/identifiers" ]; fhir:Identifier.value [ fhir:value "51ebb7a9-4e3a-4360-9a05-0cc2d869086f" ] ]; fhir:DeviceUseStatement.status [ fhir:value "active"]; fhir:DeviceUseStatement.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:DeviceUseStatement.device [ fhir:link ; fhir:Reference.reference [ fhir:value "Device/example" ] ]; fhir:DeviceUseStatement.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Condition/example" ]; fhir:Reference.display [ fhir:value "PHx of Appendectomy (surgery)" ] ] . a fhir:Patient . a fhir:Device . a fhir:Condition . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------
Generated Narrative
Resource "example"
identifier: id: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f
status: active
subject: Patient/example "Peter CHALMERS"
device: Device/example
reasonReference: Condition/example: PHx of Appendectomy (surgery)