0.1.0 - ci-build

CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio Example/disease-status - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ObsDiseaseStatExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cqdg.ca/StructureDefinition/CQDGObservationDiseaseStatus"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObsDiseaseStatExample</b></p><a name=\"ObsDiseaseStatExample\"> </a><a name=\"hcObsDiseaseStatExample\"> </a><a name=\"ObsDiseaseStatExample-en-US\"> </a><p><b>status</b>: Registered</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 12126-9}\">Body region Narrative Study observation US</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.cqdg.ca/CodeSystem/disease-status Affected}\">Affected</span></p></div>"
  },
  "status" : "registered",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "12126-9"
      }
    ]
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://fhir.cqdg.ca/CodeSystem/disease-status",
        "code" : "Affected"
      }
    ]
  }
}