@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "mhr-field-sally"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-relatedperson-core-1"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "\n
\n \n NAME | \n Ms. Sally FIELD | \n
\n \n IHI NUMBER | \n 8003608833357361 | \n
\n \n RELATED TO | \n Mother of Oliver SMITH | \n
\n \n GENDER | \n Female | \n
\n \n MOBILE | \n 0491 578 957 | \n
\n
\n
"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ]
] )
] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608333563104" ]
] ) ; #
fhir:patient [
fhir:link ;
fhir:reference [ fhir:v "Patient/mhr-smith-oliver" ] ;
fhir:identifier [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ]
] )
] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608833357361" ]
]
] ; #
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:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "FIELD" ] ;
fhir:given ( [ fhir:v "Sally" ] ) ;
fhir:prefix ( [ fhir:v "Ms." ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0491 578 957" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "female"] . #
# -------------------------------------------------------------------------------------