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 Service Request example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="ex-ServiceRequest-Elina-R-Macias"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.ServiceRequest"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest ex-ServiceRequest-Elina-R-Macias</b></p><a name="ex-ServiceRequest-Elina-R-Macias"> </a><a name="hcex-ServiceRequest-Elina-R-Macias"> </a><a name="ex-ServiceRequest-Elina-R-Macias-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 409971007}">Emergency medical services</span>, <span title="Codes:{http://snomed.info/sct 792847005}">Emergency ambulance service</span></p><p><b>priority</b>: ASAP</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 310000008}">Accident and Emergency service</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>performer</b>: <a href="Organization-ex-Organization-Texarkana-Arkansas-Police-Department.html">Organization Texarkana Arkansas Police Department</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 1912002}">Fall</span></p></div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="409971007"/>
      <display value="Emergency medical services"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="792847005"/>
      <display value="Emergency ambulance service"/>
    </coding>
  </category>
  <priority value="asap"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="310000008"/>
      <display value="Accident and Emergency service"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/ex-Patient-Elina-R-Macias"/>
  </subject>
  <performer>🔗 
    <reference
               value="Organization/ex-Organization-Texarkana-Arkansas-Police-Department"/>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1912002"/>
      <display value="Fall"/>
    </coding>
  </reasonCode>
</ServiceRequest>