FHIR Frog AU Core Conformance Tests
0.1.0 - draft
FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "au-core-relatedperson-patient",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient au-core-relatedperson-patient</b></p><a name=\"au-core-relatedperson-patient\"> </a><a name=\"hcau-core-relatedperson-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mia Leanne Banks(official) Female, DoB: 1983-08-25 ( http://ns.electronichealth.net.au/id/hi/ihi/1.0#Austalian Healthcare Identifier - Individual#8003608333647261)</p><hr/></div>"
},
"identifier" : [
{
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608333647261"
}
],
"name" : [
{
"use" : "official",
"text" : "Mia Leanne Banks",
"family" : "Banks",
"given" : [
"Mia",
"Leanne"
]
}
],
"gender" : "female",
"birthDate" : "1983-08-25"
}