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 Vehicle 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 sct: <http://snomed.info/id/> .
@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-Vehicle"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Vehicle"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Vehicle>     ] ) ;
    ( 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-Vehicle</b></p><a name=\"ex-Location-Elina-R-Macias-Vehicle\"> </a><a name=\"hcex-Location-Elina-R-Macias-Vehicle\"> </a><a name=\"ex-Location-Elina-R-Macias-Vehicle-en-US\"> </a><p><b>identifier</b>: 501.183</p><p><b>name</b>: GA 11</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode AMB}\">Ambulance</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://snomed.info/sct 44613004}\">Ground transport ambulance</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "501.183" ]
  ] ) ; # 
  fhir:name [ fhir:v "GA 11"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]     ] )
  ] ) ; # 
  fhir:physicalType [
    ( fhir:coding [
a sct:44613004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44613004" ] ;
fhir:display [ fhir:v "Ground transport ambulance" ]     ] )
  ] . #