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-Catheterisation-Of-Vein example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "ex-Procedure-Elina-R-Macias-Catheterisation-Of-Vein",
  "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-Catheterisation-Of-Vein</b></p><a name=\"ex-Procedure-Elina-R-Macias-Catheterisation-Of-Vein\"> </a><a name=\"hcex-Procedure-Elina-R-Macias-Catheterisation-Of-Vein\"> </a><a name=\"ex-Procedure-Elina-R-Macias-Catheterisation-Of-Vein-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 392230005}\">Catheterisation of vein</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:51:00-0500</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 397897005}\">Paramedic</span></td><td><a href=\"Practitioner-ex-Practitioner-Ellen-Costa.html\">Practitioner Ellen Costa </a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 64262003}\">Structure of right forearm</span></p><p><b>outcome</b>: <span title=\"Codes:{http://snomed.info/sct 385669000}\">Successful</span></p><p><b>complication</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor OTH}\">other</span></p><p><b>usedReference</b>: <a href=\"Device-ex-Device-Elina-R-Macias-Procedure-Catheterisation-Of-Vein.html\">Device: type = Catheter</a></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "392230005",
        "display" : "Catheterisation of vein"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-Patient-Elina-R-Macias"
  },
  "performedDateTime" : "2022-10-09T08:51:00-05:00",
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "397897005",
            "display" : "Paramedic"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/ex-Practitioner-Ellen-Costa"
      }
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "64262003",
          "display" : "Structure of right forearm"
        }
      ]
    }
  ],
  "outcome" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385669000",
        "display" : "Successful"
      }
    ]
  },
  "complication" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
          "code" : "OTH"
        }
      ]
    }
  ],
  "usedReference" : [
    {
      🔗 "reference" : "Device/ex-Device-Elina-R-Macias-Procedure-Catheterisation-Of-Vein"
    }
  ]
}