This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions. Page versions: R5 R4 R3
Formats: Narrative,XML, JSON, Turtle
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:BodyStructure;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example0"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-bodystructure";
fhir:index 0;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-bodystructure> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>location</b>: <span title=\"Codes: {http://snomed.info/sct 426328003}\">Bone tissue of shoulder region</span></p><p><b>locationQualifier</b>: <span title=\"Codes: {http://snomed.info/sct 7771000}\">Left</span></p><p><b>patient</b>: <a href=\"Patient-example0.html\">Generated Summary: IHI: 8003608833357361, Medicare Number: 32788511952, Health Care Card Number: 307111942H; Stella Franklin ; sfranklin@amail.example.com; gender: female; birthDate: 1985-10-14</a></p></div>"
];
fhir:BodyStructure.active [ fhir:value "true"^^xsd:boolean];
fhir:BodyStructure.location [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:426328003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "426328003" ];
fhir:Coding.display [ fhir:value "Bone tissue of shoulder region" ] ]
];
fhir:BodyStructure.locationQualifier [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:7771000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "7771000" ];
fhir:Coding.display [ fhir:value "Left" ] ];
fhir:CodeableConcept.text [ fhir:value "Left" ]
];
fhir:BodyStructure.patient [
fhir:Reference.reference [ fhir:value "Patient/example0" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.