Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR R4 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/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "9730906181",
  "meta" : {
    "versionId" : "7",
    "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 9730906181</b></p><a name=\"9730906181\"> </a><a name=\"hc9730906181\"> </a><a name=\"9730906181-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: 7</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;\">Gus Eric HAMER  Male, DoB: 1987-11-18 ( https://fhir.nhs.uk/Id/nhs-number#9730906181)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 07890123456(Mobile)</li><li>ph: 07789123456(Work)</li><li><a href=\"mailto:abc@nhs.net\">abc@nhs.net</a></li><li><a href=\"mailto:abcd@gmail.com\">abcd@gmail.com</a></li><li>3 HIGH STREET BARTON-UPON-HUMBER DN18 5PA (home)</li></ul></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>/A20047\u00a0(,\u00a0period:\u00a02015-08-10 --&gt; (ongoing))</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9730906181"
    }
  ],
  "name" : [
    {
      "id" : "lhIkm",
      "use" : "usual",
      "family" : "HAMER",
      "given" : [
        "Gus",
        "Eric"
      ],
      "prefix" : [
        "MR"
      ],
      "period" : {
        "start" : "1995-10-13"
      }
    }
  ],
  "telecom" : [
    {
      "id" : "D0B760DF",
      "system" : "phone",
      "value" : "07890123456",
      "use" : "mobile",
      "period" : {
        "start" : "2024-03-12"
      }
    },
    {
      "id" : "6E248B80",
      "system" : "phone",
      "value" : "07789123456",
      "use" : "work",
      "period" : {
        "start" : "2024-03-12"
      }
    },
    {
      "id" : "BB753B60",
      "system" : "email",
      "value" : "abc@nhs.net",
      "use" : "work",
      "period" : {
        "start" : "2024-03-12"
      }
    },
    {
      "id" : "23817ACF",
      "system" : "email",
      "value" : "abcd@gmail.com",
      "use" : "home",
      "period" : {
        "start" : "2024-03-12"
      }
    }
  ],
  "gender" : "male",
  "birthDate" : "1987-11-18",
  "address" : [
    {
      "id" : "TvMjK",
      "extension" : [
        {
          "extension" : [
            {
              "url" : "type",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType",
                    "code" : "PAF"
                  }
                ]
              }
            },
            {
              "url" : "value",
              "valueString" : "6297124"
            }
          ],
          "url" : "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"
        }
      ],
      "use" : "home",
      "line" : [
        "3 HIGH STREET",
        "BARTON-UPON-HUMBER"
      ],
      "postalCode" : "DN18 5PA",
      "period" : {
        "start" : "2000-04-29"
      }
    }
  ],
  "generalPractitioner" : [
    {
      "id" : "DPNiM",
      "type" : "Organization",
      "identifier" : {
        "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
        "value" : "A20047",
        "period" : {
          "start" : "2015-08-10"
        }
      }
    }
  ]
}