CH IG (R4)
0.1.0 - ci-build
CH IG (R4), published by HL7 Switzerland. 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/ahdis/ch-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "FlorenceBennett",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient FlorenceBennett</b></p><a name=\"FlorenceBennett\"> </a><a name=\"hcFlorenceBennett\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Flo (no stated gender), DoB: 1951-01-20</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Florence Bennett (Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li><a href=\"mailto:flo@example.com\">flo@example.com</a></li></ul></td></tr></table></div>"
},
"name" : [
{
"use" : "official",
"family" : "Bennett",
"given" : [
"Florence"
]
},
{
"use" : "usual",
"given" : [
"Flo"
]
}
],
"birthDate" : "1951-01-20",
"contact" : [
{
"telecom" : [
{
"system" : "email",
"value" : "flo@example.com"
}
]
}
]
}