PCC - mobile Paramedicine Summary of Care (mPSC)
2.0.0-draft - ci-build International flag

PCC - mobile Paramedicine Summary of Care (mPSC), published by IHE Patient Care Coordination. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.PCS/ and changes regularly. See the Directory of published versions

: Paramdicine Summary Paramedicine Procedure-Application of splint example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "ex-Procedure-Elina-R-Macias-Application-Of-Splint",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ex-Procedure-Elina-R-Macias-Application-Of-Splint</b></p><a name=\"ex-Procedure-Elina-R-Macias-Application-Of-Splint\"> </a><a name=\"hcex-Procedure-Elina-R-Macias-Application-Of-Splint\"> </a><a name=\"ex-Procedure-Elina-R-Macias-Application-Of-Splint-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 79321009}\">Application of splint</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-Elina-R-Macias.html\">R Macias  Female, DoB: 1941-08-04 ( Patient internal identifier)</a></p><p><b>performed</b>: 2022-10-09 08:54:00-0500</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ex-Practitioner-Chase-Grey.html\">Practitioner Chase Grey </a></td></tr></table></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "79321009",
        "display" : "Application of splint"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-Patient-Elina-R-Macias"
  },
  "performedDateTime" : "2022-10-09T08:54:00-05:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/ex-Practitioner-Chase-Grey"
      }
    }
  ]
}