AU Primary Care Implementation Guide - Local Development build (vnull). See the Directory of published versions
Formats: Narrative,XML, JSON, Turtle
Raw json
{
"resourceType" : "Patient",
"id" : "cf-1552457299474",
"meta" : {
"profile" : [
"https://aehrc.com/fhir/StructureDefinition/AUPrimaryCarePatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns='http://www.w3.org/1999/xhtml'>Mary Fictitious, Female, 49 years<a name='mm'/></div>"
},
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
"valueCoding" : {
"system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
"code" : "9",
"display" : "Not stated/inadequately described"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/v2/0203",
"code" : "MC",
"display" : "Patient's Medicare Number"
}
],
"text" : "Medicare Number"
},
"system" : "http://ns.electronichealth.net.au/id/medicare-number",
"value" : "35001582843",
"period" : {
"end" : "2021-06"
}
}
],
"name" : [
{
"use" : "usual",
"text" : "Mary Fictitious",
"family" : "Fictitious",
"given" : [
"Mary"
]
}
],
"gender" : "female",
"birthDate" : "1970-01-01",
"_birthDate" : {
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator",
"valueCoding" : {
"system" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
"code" : "UUA",
"display" : "Day and month are unknown, year is accurate"
}
}
]
},
"address" : [
{
"line" : [
"600 The Kingsway"
],
"city" : "MIRANDA",
"state" : "NSW",
"postalCode" : "2228"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/MaritalStatus",
"code" : "W",
"display" : "Widowed"
}
]
}
}