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 Prcatitioner Chase Grey example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "ex-Practitioner-Chase-Grey",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-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: Practitioner ex-Practitioner-Chase-Grey</b></p><a name=\"ex-Practitioner-Chase-Grey\"> </a><a name=\"hcex-Practitioner-Chase-Grey\"> </a><a name=\"ex-Practitioner-Chase-Grey-en-US\"> </a><p><b>identifier</b>: 7492</p><p><b>name</b>: Chase Grey </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://phinvads.cdc.gov/vads/SearchVocab.action 53-3011.00.014720}\">EMS Medic</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "7492"
    }
  ],
  "name" : [
    {
      "family" : "Grey",
      "given" : [
        "Chase"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://phinvads.cdc.gov/vads/SearchVocab.action",
            "code" : "53-3011.00.014720",
            "display" : "EMS Medic"
          }
        ]
      }
    }
  ]
}