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 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-Incident"] ; # 
  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-Incident</b></p><a name=\"ex-Location-Elina-R-Macias-Incident\"> </a><a name=\"hcex-Location-Elina-R-Macias-Incident\"> </a><a name=\"ex-Location-Elina-R-Macias-Incident-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 419955002}\">Residential institution</span>, <span title=\"Codes:{http://snomed.info/sct 702869004}\">Incident site</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm Y92.0}\">Non-institutional (private) residence as the place of occurrence of the external cause</span></p><p><b>address</b>: Unit A City of Hope Arkansas 71801 US </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.663</td><td>93.594</td></tr></table></div>"
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:419955002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419955002" ] ;
fhir:display [ fhir:v "Residential institution" ]     ] )
  ] [
    ( fhir:coding [
a sct:702869004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "702869004" ] ;
fhir:display [ fhir:v "Incident site" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y92.0" ] ;
fhir:display [ fhir:v "Non-institutional (private) residence as the place of occurrence of the external cause" ]     ] )
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "Unit A" ] ) ;
fhir:city [ fhir:v "City of Hope" ] ;
fhir:district [ fhir:v "Hempstead County" ] ;
fhir:state [ fhir:v "Arkansas" ] ;
fhir:postalCode [ fhir:v "71801" ] ;
fhir:country [ fhir:v "US" ]
  ] ; # 
  fhir:position [
fhir:longitude [ fhir:v "33.663"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "93.594"^^xsd:decimal ]
  ] . #