@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:BodyStructure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "fetus"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "fetus"

identifier: id: 12345

location: Fetus (SNOMED CT#83418008 "Entire fetus (body structure)")

description: EDD 1/1/2017 confirmation by LMP

patient: Patient/example "Peter CHALMERS"

" ]; fhir:BodyStructure.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://goodhealth.org/bodystructure/identifiers" ]; fhir:Identifier.value [ fhir:value "12345" ] ]; fhir:BodyStructure.location [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:83418008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "83418008" ]; fhir:Coding.display [ fhir:value "Entire fetus (body structure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Fetus" ] ]; fhir:BodyStructure.description [ fhir:value "EDD 1/1/2017 confirmation by LMP"]; fhir:BodyStructure.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ] . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------