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 Dispatch 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 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-Dispatch"] ; # 
  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-Dispatch</b></p><a name=\"ex-Location-Elina-R-Macias-Dispatch\"> </a><a name=\"hcex-Location-Elina-R-Macias-Dispatch\"> </a><a name=\"ex-Location-Elina-R-Macias-Dispatch-en-US\"> </a><p><b>name</b>: Texarkana Arkansas Station</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 34261000087105}\">Dispatch location (environment)</span></p><p><b>address</b>: Arkansas </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>33.46</td><td>94.002</td></tr></table></div>"
  ] ; # 
  fhir:name [ fhir:v "Texarkana Arkansas Station"] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:34261000087105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34261000087105" ]     ] )
  ] ) ; # 
  fhir:address [
fhir:state [ fhir:v "Arkansas" ]
  ] ; # 
  fhir:position [
fhir:longitude [ fhir:v "33.46"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "94.002"^^xsd:decimal ]
  ] . #