This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "SomePatient",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical record number: 0815</p><p><b>active</b>: true</p><p><b>name</b>: John Doe </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1967-05-04</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"value" : "0815"
}
],
"active" : true,
"name" : [
{
"use" : "usual",
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1967-05-04"
}