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 incident location example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-Location-Elina-R-Macias-Destination"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Location"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Location>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ex-Location-Elina-R-Macias-Destination</b></p><a name=\"ex-Location-Elina-R-Macias-Destination\"> </a><a name=\"hcex-Location-Elina-R-Macias-Destination\"> </a><a name=\"ex-Location-Elina-R-Macias-Destination-en-US\"> </a><p><b>identifier</b>: 1295736734</p><p><b>name</b>: CHRISTUS St. Michael Health System</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode AMB}\">Ambulance</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode ER}\">Emergency room</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode CHR}\">Chronic Care Facility</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "1295736734" ]
  ] ) ; # 
  fhir:name [ fhir:v "CHRISTUS St. Michael Health System"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ER" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CHR" ]     ] )
  ] ) . #