@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "sex-at-birth-female"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-sexassignedatbirth"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "sex-at-birth-female"

Profiles: AU Core Biological Sex Assigned at Birth, AU Core Observation

status: final

category: Exam (Observation Category Codes#exam)

code: Biological sex assigned at birth (observable entity) (SNOMED CT#1515311000168102)

subject: Patient/bennelong-anne " BENNELONG"

effective: 1968-10-11

value: Female (SNOMED CT#248152002)

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "exam" ] ; fhir:display [ fhir:v "Exam" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:1515311000168102 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1515311000168102" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:effective [ fhir:v "1968-10-11"^^xsd:date] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:248152002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "248152002" ] ] ) ; fhir:text [ fhir:v "Female" ] ] . # # -------------------------------------------------------------------------------------