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-Cardiovascular-event-risk - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "3150",
  "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 3150</b></p><a name=\"3150\"> </a><a name=\"hc3150\"> </a><a name=\"3150-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/3150, <code>https://emis.com/Id/Event/GUID</code>/c60ea075-9992-4566-a314-b0fd27317310</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 33BC.}, {http://snomed.info/sct 395112001}\">Cardiovascular event risk, 18</span></p><p><b>subject</b>: <a href=\"Patient-3.html\">Daniel O'Donnell  Male, DoB: 1947-12-30 ( Medical record number)</a></p><p><b>onset</b>: 2006-01-05 00:00:00+0000</p><p><b>asserter</b>: <a href=\"Practitioner-243.html\">Dr Emis Test</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://emis.com/Id/Event/DBID",
      "value" : "3150",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    },
    {
      "system" : "https://emis.com/Id/Event/GUID",
      "value" : "c60ea075-9992-4566-a314-b0fd27317310",
      "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" : "33BC.",
        "display" : "Cardiovascular event risk"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "395112001",
        "display" : "Cardiovascular event risk"
      }
    ],
    "text" : "Cardiovascular event risk, 18"
  },
  "subject" : {
    🔗 "reference" : "Patient/3"
  },
  "onsetDateTime" : "2006-01-05T00:00:00+00:00",
  "asserter" : {
    🔗 "reference" : "Practitioner/243",
    "identifier" : {
      "system" : "https://fhir.hl7.org.uk/Id/gmp-number",
      "value" : "G2435868"
    },
    "display" : "Dr Emis Test"
  }
}