@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RelatedPerson ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "smith-emma-john"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: RelatedPerson

Resource RelatedPerson "smith-emma-john"

Profile: AU Core RelatedPerson

identifier: Medicare Number: 1234567892 (period: (?) --> 2024-05)

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

relationship: mother (RoleCode#MTH)

name: Emma SMITH

telecom: ph: 0491 579 212(MOBILE)

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MC" ] ; fhir:display [ fhir:v "Patient's Medicare Number" ] ] ) ; fhir:text [ fhir:v "Medicare Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "1234567892" ] ; fhir:period [ fhir:end [ fhir:v "2024-05"^^xsd:gYearMonth ] ] ] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/baby-smith-john" ] ; fhir:identifier [ fhir:use [ fhir:v "temp" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003"^^xsd:anyURI ] ; fhir:value [ fhir:v "7746677" ] ; fhir:assigner [ fhir:display [ fhir:v "QLD Hospital" ] ] ] ] ; # fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "MTH" ] ; fhir:display [ fhir:v "mother" ] ] ) ] ) ; # fhir:name ( [ fhir:family [ fhir:v "SMITH" ] ; fhir:given ( [ fhir:v "Emma" ] ) ; fhir:prefix ( [ fhir:v "Mrs." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491 579 212" ] ; fhir:use [ fhir:v "mobile" ] ] ) . # # -------------------------------------------------------------------------------------