CH RAD-Order (R4)
2.0.0-ci-build - ci-build Switzerland flag

CH RAD-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-rad-order/ and changes regularly. See the Directory of published versions

: Caveat Device Cardiac Pacemaker - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "CaveatDeviceCardiacPacemaker",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-caveat-condition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition CaveatDeviceCardiacPacemaker</b></p><a name=\"CaveatDeviceCardiacPacemaker\"> </a><a name=\"hcCaveatDeviceCardiacPacemaker\"> </a><a name=\"CaveatDeviceCardiacPacemaker-en-US\"> </a><p><b>CH RAD-Order Caveat Type</b>: <a href=\"http://snomed.info/id/397578001\">SNOMED CT 397578001</a>: Device in situ (finding)</p><p><b>CH RAD-Order Qualifier Value</b>: <a href=\"http://snomed.info/id/52101004\">SNOMED CT 52101004</a>: Present (qualifier value)</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 441509002}\">Cardiac pacemaker in situ</span></p><p><b>subject</b>: <a href=\"Patient-SUfferer.html\">Susanna Ufferer (official) Female, DoB: 1970-03-14</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-caveat-type",
      "valueCoding" : {
        "system" : "http://snomed.info/sct",
        "code" : "397578001",
        "display" : "Device in situ (finding)"
      }
    },
    {
      "url" : "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-qualifier-value",
      "valueCoding" : {
        "system" : "http://snomed.info/sct",
        "code" : "52101004",
        "display" : "Present (qualifier value)"
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "441509002",
        "display" : "Cardiac pacemaker in situ"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/SUfferer"
  }
}