PACIO Advance Directive Interoperability Implementation Guide
2.1.0 - STU 2 United States of America flag

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions

: Example-Smith-Johnson-CPR-ServiceRequest1 - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "Example-Smith-Johnson-CPR-ServiceRequest1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCPRServiceRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest Example-Smith-Johnson-CPR-ServiceRequest1</b></p><a name=\"Example-Smith-Johnson-CPR-ServiceRequest1\"> </a><a name=\"hcExample-Smith-Johnson-CPR-ServiceRequest1\"> </a><a name=\"Example-Smith-Johnson-CPR-ServiceRequest1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Directive</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 100822-6}\">Cardiopulmonary resuscitation orders</span></p><p><b>doNotPerform</b>: true</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 89666000}\">Cardiopulmonary resuscitation (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><p><b>requester</b>: <a href=\"Practitioner-Example-Kyle-Anydoc-Practitioner.html\">Practitioner Kyle Anydoc </a></p></div>"
  },
  "status" : "active",
  "intent" : "directive",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "100822-6",
          "display" : "Cardiopulmonary resuscitation orders"
        }
      ]
    }
  ],
  "doNotPerform" : true,
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "89666000",
        "display" : "Cardiopulmonary resuscitation (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/Example-Kyle-Anydoc-Practitioner"
  }
}