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 Height of Fall Observation example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ex-Observation-Elina-R-Macias-Height-of-Fall",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/Height.of.Fall"
    ],
    "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: Observation ex-Observation-Elina-R-Macias-Height-of-Fall</b></p><a name=\"ex-Observation-Elina-R-Macias-Height-of-Fall\"> </a><a name=\"hcex-Observation-Elina-R-Macias-Height-of-Fall\"> </a><a name=\"ex-Observation-Elina-R-Macias-Height-of-Fall-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 67501-7}\">Height of fall</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>effective</b>: 2022-10-09 08:41:00-0500</p><p><b>performer</b>: <a href=\"Practitioner-ex-Practitioner-Ellen-Costa.html\">Practitioner Ellen Costa </a></p><p><b>value</b>: 1 Feet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeft = 'ft')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "67501-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-Patient-Elina-R-Macias"
  },
  "effectiveDateTime" : "2022-10-09T08:41:00-05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/ex-Practitioner-Ellen-Costa"
    }
  ],
  "valueQuantity" : {
    "value" : 1,
    "unit" : "Feet",
    "system" : "http://unitsofmeasure.org",
    "code" : "ft"
  }
}