Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "93d2c059-a934-4796-827b-dee1158cc4dc",
"meta" : {
"lastUpdated" : "2005-01-14T00:00:00.000+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 93d2c059-a934-4796-827b-dee1158cc4dc</b></p><a name=\"93d2c059-a934-4796-827b-dee1158cc4dc\"> </a><a name=\"hc93d2c059-a934-4796-827b-dee1158cc4dc\"> </a><a name=\"93d2c059-a934-4796-827b-dee1158cc4dc-en-GB\"> </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\">Last updated: 2005-01-14 00:00:00+0000</p></div><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 325851000000107}\">MITCHELL, Jean (Mrs)</span></p><p><b>subject</b>: <a href=\"Patient-1bec52a2-1bea-452f-a6ba-5eea5f97a24e.html\">Daniel O'Donnell Male, DoB: 1947-12-30 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&canonical=https://simplifier.net/guide/ukcoreversionhistory/Practitioner/9f3c10ea-b781-4e9e-a0fa-af68bcb49cf2\">Ms SpectraTest Test (Partner Programme Test 04)</a></td></tr></table><p><b>period</b>: 2002-05-03 00:00:00+0000 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td>EMIS PCS Test Practice 1</td></tr></table></div>"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "325851000000107",
"display" : "Consultation"
}
],
"text" : "MITCHELL, Jean (Mrs)"
}
],
"subject" : {
🔗 "reference" : "Patient/1bec52a2-1bea-452f-a6ba-5eea5f97a24e"
},
"participant" : [
{
"individual" : {
"reference" : "Practitioner/9f3c10ea-b781-4e9e-a0fa-af68bcb49cf2",
"display" : "Ms SpectraTest Test (Partner Programme Test 04)"
}
}
],
"period" : {
"start" : "2002-05-03T00:00:00+00:00"
},
"location" : [
{
"location" : {
"display" : "EMIS PCS Test Practice 1"
}
}
]
}