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

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

: Patient-TPP-IM1-Anne-Smith - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "500029",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.virtually.healthcare/StructureDefinition/Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 500029</b></p><a name=\"500029\"> </a><a name=\"hc500029\"> </a><a name=\"500029-en-GB\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anne Smith  Female, DoB: 2015-03-04 ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>National Health Plan Identifier/5465474637</li><li><code>https://emis.com/Id/Patient/ID</code>/F83004-500029</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">1 Lacy Road Town City SW15 1NH </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>/F83004</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "https://emis.com/Id/Patient/DBID",
      "value" : "500029",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NH"
          }
        ]
      },
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "5465474637"
    },
    {
      "system" : "https://emis.com/Id/Patient/ID",
      "value" : "F83004-500029"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "Anne"
      ],
      "prefix" : [
        "Ms"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2015-03-04",
  "address" : [
    {
      "line" : [
        "1 Lacy Road"
      ],
      "city" : "Town City",
      "postalCode" : "SW15 1NH"
    }
  ],
  "generalPractitioner" : [
    {
      "identifier" : {
        "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
        "value" : "F83004"
      }
    }
  ]
}