@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-minimum-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient patient-minimum-example

Stella Marie Franklin (official) (no stated gender), DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)


Other Ids:
  • Medicare Number/32788511952 (, period: (?) --> 2019-05)
  • DVA Number (Gold)/NBUR9080
Contact Detail31 Pacquola Street Clayton South Apartment 201 NSW 2148 (home)
Sex at Birth extensionFemale
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/sex-at-birth"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ; fhir:code [ fhir:v "female" ] ] ) ] ] ) ; # fhir:identifier ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "verified" ] ; fhir:display [ fhir:v "Verified" ] ] ] ) ; 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:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608833357361" ] ] [ 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 "32788511952" ] ; fhir:period [ fhir:end [ fhir:v "2019-05"^^xsd:gYearMonth ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "DVG" ] ; fhir:display [ fhir:v "DVA Number (Gold Card)" ] ] ) ; fhir:text [ fhir:v "DVA Number (Gold)" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/dva"^^xsd:anyURI ] ; fhir:value [ fhir:v "NBUR9080" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Franklin" ] ; fhir:given ( [ fhir:v "Stella" ] [ fhir:v "Marie" ] ) ] ) ; # fhir:birthDate [ fhir:v "1985-10-14"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "physical" ] ; fhir:line ( [ fhir:v "31 Pacquola Street" ] [ fhir:v "Clayton South" ] [ fhir:v "Apartment 201" ] ) ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2148" ] ] ) . # # -------------------------------------------------------------------------------------