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

: Condition-EMIS-IM1-Hypertension-monitoring - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "50002941",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.virtually.healthcare/StructureDefinition/Condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition 50002941</b></p><a name=\"50002941\"> </a><a name=\"hc50002941\"> </a><a name=\"50002941-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/50002941, <code>https://emis.com/Id/Event/GUID</code>/655c0646-3914-4ee0-b50c-1ab0d3291873</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate severity</span></p><p><b>code</b>: <span title=\"Codes:{http://read.info/readv2 662P.}, {http://snomed.info/sct 275944005}\">Hypertension monitoring</span></p><p><b>subject</b>: <a href=\"Patient-500029.html\">Anne Smith  Female, DoB: 2015-03-04 ( Medical record number)</a></p><p><b>onset</b>: 2017-08-25 14:13:00+0000</p><p><b>asserter</b>: <a href=\"Practitioner-4.html\">Nurse Pauline Steele</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://emis.com/Id/Event/DBID",
      "value" : "50002941",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    },
    {
      "system" : "https://emis.com/Id/Event/GUID",
      "value" : "655c0646-3914-4ee0-b50c-1ab0d3291873",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate severity"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://read.info/readv2",
        "code" : "662P.",
        "display" : "Hypertension monitoring"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "275944005",
        "display" : "Hypertension monitoring"
      }
    ],
    "text" : "Hypertension monitoring"
  },
  "subject" : {
    🔗 "reference" : "Patient/500029"
  },
  "onsetDateTime" : "2017-08-25T14:13:00+00:00",
  "asserter" : {
    🔗 "reference" : "Practitioner/4",
    "display" : "Nurse Pauline Steele"
  }
}