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" : "Patient",
"id" : "9876543210",
"meta" : {
"versionId" : "78",
"profile" : [
🔗 "https://fhir.virtually.healthcare/StructureDefinition/Patient"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "U",
"display" : "unrestricted"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 9876543210</b></p><a name=\"9876543210\"> </a><a name=\"hc9876543210\"> </a><a name=\"9876543210-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\">version: 78</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient.html\">Patient</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Matthew Sheppard Male, DoB: 1985-05-15 ( https://fhir.nhs.uk/Id/nhs-number#9876543210)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>2022-09-13 08:54:00+0000</td><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">1</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0999(Home)</li><li>ph: 02476234567(Home)</li><li>Line1 Line2 Line3 LINE4 SK6 9BZ (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 bfi}\">British Sign Language</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/P88006\u00a0(,\u00a0period:\u00a02022-09-23 --> (ongoing))</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's death notification status.\">Extension UK Core Death Notification Status:</td><td colspan=\"3\"><ul><li>deathNotificationStatus: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus 1}\">Informal - death notice received via an update from a local NHS Organisation such as GP or Trust</span></li><li>systemEffectiveDate: 2022-09-13 08:54:50+0000</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Bolton GBR </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The preferred method of contact, contact times and written communication format given by a Patient or Related Person.\">Extension UK Core Contact Preference:</td><td colspan=\"3\"><ul><li>PreferredContactMethod: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod 7}\">Sign Language</span></li><li>PreferredContactTimes: After 8pm</li><li>PreferredWrittenCommunicationFormat: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat 11}\">Large print</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "deathNotificationStatus",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus",
"version" : "1.0.0",
"code" : "1",
"display" : "Informal - death notice received via an update from a local NHS Organisation such as GP or Trust"
}
]
}
},
{
"url" : "systemEffectiveDate",
"valueDateTime" : "2022-09-13T08:54:50+00:00"
}
],
"url" : "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"
},
{
"extension" : [
{
"url" : "PreferredContactMethod",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
"code" : "7",
"display" : "Sign Language"
}
]
}
},
{
"url" : "PreferredContactTimes",
"valueString" : "After 8pm"
},
{
"url" : "PreferredWrittenCommunicationFormat",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat",
"code" : "11",
"display" : "Large print"
}
]
}
}
],
"url" : "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Bolton",
"district" : "Greater Manchester",
"country" : "GBR"
}
}
],
"identifier" : [
{
"system" : "https://fhir.nhs.uk/Id/nhs-number",
"value" : "9876543210"
}
],
"name" : [
{
"id" : "18r5",
"use" : "usual",
"family" : "Sheppard",
"given" : [
"Matthew"
],
"prefix" : [
"Mr"
]
}
],
"telecom" : [
{
"id" : "3in9",
"system" : "phone",
"value" : "0999",
"use" : "home"
},
{
"id" : "3iml",
"system" : "phone",
"value" : "02476234567",
"use" : "home",
"period" : {
"start" : "2018-11-17"
}
}
],
"gender" : "male",
"birthDate" : "1985-05-15",
"deceasedDateTime" : "2022-09-13T08:54:00+00:00",
"address" : [
{
"id" : "16ft",
"use" : "home",
"line" : [
"Line1",
"Line2",
"Line3",
"LINE4"
],
"postalCode" : "SK6 9BZ",
"period" : {
"start" : "2024-10-14"
}
}
],
"multipleBirthInteger" : 1,
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"version" : "1.0.0",
"code" : "bfi",
"display" : "British Sign Language"
}
]
}
}
],
"generalPractitioner" : [
{
"id" : "1drp",
"type" : "Organization",
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "P88006",
"period" : {
"start" : "2022-09-23"
}
}
}
]
}