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

Generated Narrative: RelatedPerson

Resource RelatedPerson "example2"

Profile: AU Base Related Person

identifier: Medicare Number: 22968184811 (period: (?) --> 2022-12)

patient: Patient/example4 " SIMMONS"

relationship: mother (RoleCode#MTH)

name: Sarah Simmons

telecom: ssimmons@amail.example.com, ph: (03) 5550 6677(HOME)

gender: female

birthDate: 1977-09-07

address: 55 Sarah Street Strahan TAS 7468 AU

" ] ; # 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 "22968184811" ] ; fhir:period [ fhir:end [ fhir:v "2022-12"^^xsd:gYearMonth ] ] ] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example4" ] ] ; # 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 "Simmons" ] ; fhir:given ( [ fhir:v "Sarah" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "ssimmons@amail.example.com" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 6677" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1977-09-07"^^xsd:date] ; # fhir:address ( [ fhir:line ( [ fhir:v "55 Sarah Street" ] ) ; fhir:city [ fhir:v "Strahan" ] ; fhir:state [ fhir:v "TAS" ] ; fhir:postalCode [ fhir:v "7468" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------