Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedtechConditionExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "03b1fb285d9a40c657df072e7d9ddad4",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medtechglobal.com/StructureDefinition/medtech-condition-ips"
    ],
    "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: Condition 03b1fb285d9a40c657df072e7d9ddad4</b></p><a name=\"03b1fb285d9a40c657df072e7d9ddad4\"> </a><a name=\"hc03b1fb285d9a40c657df072e7d9ddad4\"> </a><a name=\"03b1fb285d9a40c657df072e7d9ddad4-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}\">Provisional</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://health.govt.nz/read-codes G20.00}\">Essential hypertension</span></p><p><b>subject</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><p><b>onset</b>: 1997-10-21 00:00:00+1300</p><p><b>recordedDate</b>: 2021-04-21 16:58:17+1200</p><p><b>recorder</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><p><b>note</b>: Only Long Term</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/highlight-condition",
      "valueBoolean" : false
    },
    {
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/long-term-condition",
      "valueBoolean" : true
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "provisional"
      }
    ]
  },
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate"
      }
    ],
    "text" : "Moderate"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://health.govt.nz/read-codes",
        "code" : "G20.00",
        "display" : "Essential hypertension"
      }
    ]
  },
  "subject" : {
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b"
  },
  "onsetDateTime" : "1997-10-21T00:00:00.000+13:00",
  "recordedDate" : "2021-04-21T16:58:17.000+12:00",
  "recorder" : {
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91"
  },
  "note" : [
    {
      "text" : "Only Long Term"
    }
  ]
}