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/cqdg-condition - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ConditionExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cqdg.ca/StructureDefinition/cqdg-condition"
    ],
    "tag" : [
      {
        "code" : "CAG"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ConditionExample</b></p><a name=\"ConditionExample\"> </a><a name=\"hcConditionExample\"> </a><a name=\"ConditionExample-en-US\"> </a><p><b>Ferlab.bio Extension/age-at-event</b>: <span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0030674}\">Antenatal</span></p><p><b>identifier</b>: <code>https://fhir.cqdg.ca/fhir/Condition</code>/ConditionExample</p><p><b>code</b>: <span title=\"Codes:{http://purl.obolibrary.org/obo/mondo.owl 1231245}\">fatigue</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Anonymous Patient Male, DoB Unknown ( 343434343434\u00a0(use:\u00a0secondary,\u00a0))</a></p><h3>Stages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Summary</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 254293002}\">TNM tumor staging system</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cqdg.ca/StructureDefinition/AgeAtEvent",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://purl.obolibrary.org/obo/hp.owl",
            "code" : "HP:0030674"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.cqdg.ca/fhir/Condition",
      "value" : "ConditionExample"
    }
  ],
  "code" : {
    "coding" : [
      {
        "code" : "L40"
      },
      {
        "system" : "http://purl.obolibrary.org/obo/mondo.owl",
        "code" : "1231245",
        "display" : "fatigue"
      }
    ],
    "text" : "fatigue"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "stage" : [
    {
      "summary" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "254293002",
            "display" : "TNM tumor staging system"
          }
        ]
      }
    }
  ]
}