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

Suzanne Simmons female, DoB: 2008-08-08 ( Medical record number: 22446688)


Contact Details:
  • ph: (03) 5550 6677
  • 55 Sarah Street Strahan TAS 7468 AU
Next-of-Kin:
  • Sarah Simmons
  • ph: 0491570158(MOBILE)
Links:
Ethnicity:
  • Scottish
genderIdentity:
  • Identifies as nonbinary gender
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ethnicity"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.abs.gov.au/ausstats/abs@.nsf/mf/1249.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "2102" ] ; fhir:display [ fhir:v "Scottish" ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:33791000087105 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "33791000087105" ] ; fhir:display [ fhir:v "Identifies as nonbinary gender" ] ] ) ] ] ) ; # fhir:identifier ( [ 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/51824754455"^^xsd:anyURI ] ; fhir:value [ fhir:v "22446688" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/example3" ] ; fhir:display [ fhir:v "Devonport Family Medicine Clinic" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Simmons" ] ; fhir:given ( [ fhir:v "Suzanne" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 6677" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "2008-08-08"^^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" ] ] ) ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Next-of-Kin" ] ] ) ] ) ; fhir:name [ fhir:family [ fhir:v "Simmons" ] ; fhir:given ( [ fhir:v "Sarah" ] ) ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491570158" ] ; fhir:use [ fhir:v "mobile" ] ] ) ] ) ; # fhir:generalPractitioner ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example3" ] ] ) ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/example3" ] ] . # # -------------------------------------------------------------------------------------