HL7® Austria FHIR® Core Implementation Guide
2.1.0 - STU3
HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "HL7ATCorePatientExampleBart",
"meta" : {
"profile" : [
🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient HL7ATCorePatientExampleBart</b></p><a name=\"HL7ATCorePatientExampleBart\"> </a><a name=\"hcHL7ATCorePatientExampleBart\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-core-patient.html\">HL7® AT Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bart Simpson Male, DoB: 2010-04-01</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Krapfengasse 12 Stiege 2 Wien Wien 1150 AUT (home)</td></tr></table></div>"
},
"name" : [
{
"family" : "Simpson",
"given" : [
"Bart"
]
}
],
"gender" : "male",
"birthDate" : "2010-04-01",
"address" : [
{
"use" : "home",
"type" : "both",
"line" : [
"Krapfengasse 12 Stiege 2"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Krapfengasse"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "12"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
"valueString" : "Stiege 2"
}
]
}
],
"city" : "Wien",
"state" : "Wien",
"postalCode" : "1150",
"country" : "AUT"
}
]
}