Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines
1.0.0 - ci-build International flag

Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-anc/ and changes regularly. See the Directory of published versions

: condition-ra2-iron-side-effects - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "condition-ra2-iron-side-effects",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-05-15T10:37:24.287+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-ra2-iron-side-effects</b></p><a name=\"condition-ra2-iron-side-effects\"> </a><a name=\"hccondition-ra2-iron-side-effects\"> </a><a name=\"condition-ra2-iron-side-effects-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2019-05-15 10:37:24+0000</p></div><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 14657009}\">Diagnosis</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://openmrs.org/concepts 165273AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA}\">Iron side effects</span></p><p><b>subject</b>: <a href=\"Patient-patient-anc-ra2.html\">Grace Taylor(official) Female, DoB: 1997-05-15 ( http://clinfhir.com/fhir/NamingSystem/identifier#patient-anc-ra2)</a></p><p><b>onset</b>: 15 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "14657009",
          "display" : "Established diagnosis"
        }
      ],
      "text" : "Diagnosis"
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate severity"
      }
    ],
    "text" : "moderate"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://openmrs.org/concepts",
        "code" : "165273AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
        "display" : "Iron side effects"
      }
    ],
    "text" : "Iron side effects"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-anc-ra2"
  },
  "onsetAge" : {
    "value" : 15,
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  }
}