MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. 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/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: encounter-diag-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "encounter-diag-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition encounter-diag-1</b></p><a name=\"encounter-diag-1\"> </a><a name=\"hcencounter-diag-1\"> </a><a name=\"encounter-diag-1-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 confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1119303003}, {http://hl7.org/fhir/sid/icd-10-cm U09.9}\">Post-acute COVID-19 (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>encounter</b>: Encounter Reference</p><p><b>onset</b>: 2022-06-01</p><p><b>recordedDate</b>: 2022-06-01</p><blockquote><p><b>evidence</b></p><p><b>detail</b>: </p><ul><li><a href=\"Observation-symptom2.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom3.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom4.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom5.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom6.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom7.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom8.html\">Observation Symptom</a></li><li><a href=\"Observation-symptom9.html\">Observation Symptom</a></li></ul></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ],
    "text" : "Active"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ],
      "text" : "Encounter Diagnosis"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1119303003",
        "display" : "Post-acute COVID-19 (disorder)"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "U09.9",
        "display" : "Post COVID-19 condition, unspecified"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "encounter" : {
    "display" : "Encounter Reference"
  },
  "onsetDateTime" : "2022-06-01",
  "recordedDate" : "2022-06-01",
  "evidence" : [
    {
      "detail" : [
        {
          🔗 "reference" : "Observation/symptom2"
        },
        {
          🔗 "reference" : "Observation/symptom3"
        },
        {
          🔗 "reference" : "Observation/symptom4"
        },
        {
          🔗 "reference" : "Observation/symptom5"
        },
        {
          🔗 "reference" : "Observation/symptom6"
        },
        {
          🔗 "reference" : "Observation/symptom7"
        },
        {
          🔗 "reference" : "Observation/symptom8"
        },
        {
          🔗 "reference" : "Observation/symptom9"
        }
      ]
    }
  ]
}