This page is part of the Point-of-care Device FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR (HL7® FHIR® Standard) v3.5.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
This is a pre-release version (Ballot 2) of Point of Care Devices (PoCD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions
.
{
"resourceType" : "Patient",
"id" : "6a41c235-5421-4698-af96-20f279b21ffc",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 6a41c235-5421-4698-af96-20f279b21ffc</p><p><b>identifier</b>: Medical record number = 0815 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: John Doe </p><p><b>gender</b>: MALE</p><p><b>birthDate</b>: 04/05/1967</p></div>"
},
"identifier" : [
{
"use" : "usual",
"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"
}