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

: long-covid-request - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "long-covid-request",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCServiceRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest long-covid-request</b></p><a name=\"long-covid-request\"> </a><a name=\"hclong-covid-request\"> </a><a name=\"long-covid-request-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 442135008}\">Referral to infectious disease clinic (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>authoredOn</b>: 2022-05-20</p><p><b>requester</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>reasonReference</b>: <a href=\"Condition-encounter-diag-1.html\">Long COVID</a></p><p><b>patientInstruction</b>: Call the clinic at 444-COV-ID19 to set up your appointments</p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "442135008",
        "display" : "Referral to infectious disease clinic (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "authoredOn" : "2022-05-20",
  "requester" : {
    🔗 "reference" : "Practitioner/practitionerMCC-3v",
    "display" : "Dr. John Carlson"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/encounter-diag-1",
      "display" : "Long COVID"
    }
  ],
  "patientInstruction" : "Call the clinic at 444-COV-ID19 to set up your appointments"
}