Guidance for FHIR IG Creation
0.1.0 - CI Build
Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. 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/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "562",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 562</b></p><a name=\"562\"> </a><a name=\"hc562\"> </a><a name=\"562-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 99080808(Mobile)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 zh-TW}\">Chinese (Region=Taiwan, Province of China)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization/1\">Organization/1</a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://acme.org/identifiers/Patient",
"value" : "562"
}
],
"active" : true,
"name" : [
{
"family" : "Green",
"given" : [
"Kath"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "99080808",
"use" : "mobile"
}
],
"gender" : "female",
"birthDate" : "1991-05-23",
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "zh-TW"
}
]
},
"preferred" : false
}
],
"managingOrganization" : {
"reference" : "Organization/1"
}
}