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 Service Request 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-ServiceRequest-Elina-R-Macias"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.ServiceRequest"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.ServiceRequest>     ] ) ;
    ( 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: ServiceRequest ex-ServiceRequest-Elina-R-Macias</b></p><a name=\"ex-ServiceRequest-Elina-R-Macias\"> </a><a name=\"hcex-ServiceRequest-Elina-R-Macias\"> </a><a name=\"ex-ServiceRequest-Elina-R-Macias-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 409971007}\">Emergency medical services</span>, <span title=\"Codes:{http://snomed.info/sct 792847005}\">Emergency ambulance service</span></p><p><b>priority</b>: ASAP</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 310000008}\">Accident and Emergency service</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>performer</b>: <a href=\"Organization-ex-Organization-Texarkana-Arkansas-Police-Department.html\">Organization Texarkana Arkansas Police Department</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 1912002}\">Fall</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:409971007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "409971007" ] ;
fhir:display [ fhir:v "Emergency medical services" ]     ] )
  ] [
    ( fhir:coding [
a sct:792847005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "792847005" ] ;
fhir:display [ fhir:v "Emergency ambulance service" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "asap"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:310000008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "310000008" ] ;
fhir:display [ fhir:v "Accident and Emergency service" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ex-Patient-Elina-R-Macias" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/ex-Organization-Texarkana-Arkansas-Police-Department" ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:1912002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1912002" ] ;
fhir:display [ fhir:v "Fall" ]     ] )
  ] ) . #