@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "sex-at-birth-male"] ; # 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-male"

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

status: final

category: Exam (Observation Category Codes#exam)

code: Sex assigned at birth (SNOMED CT#1515311000168102; LOINC#76689-9)

subject: Patient/baby-smith-john " SMITH"

effective: 2022-09-14

value: Male (SNOMED CT#248153007)

" ] ; # 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" ] ] [ a loinc:76689-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "76689-9" ] ; fhir:display [ fhir:v "Sex assigned at birth" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/baby-smith-john" ] ] ; # fhir:effective [ fhir:v "2022-09-14"^^xsd:date] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:248153007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "248153007" ] ; fhir:display [ fhir:v "Male" ] ] ) ] . # # -------------------------------------------------------------------------------------