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

: Code System Containing values that do not have a maintianed code system. - TTL Representation

Draft as of 2024-09-03

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PLT"] ; # 
  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: CodeSystem PLT</b></p><a name=\"PLT\"> </a><a name=\"hcPLT\"> </a><a name=\"PLT-en-US\"> </a><p>This case-sensitive code system <code>https://profiles.ihe.net/PCC/mPSC/CodeSystem/PLT</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Dispatch<a name=\"PLT-Dispatch\"> </a></td><td>Location or healthcare facility location of the vehicle at the time of dispatch.</td></tr><tr><td style=\"white-space:nowrap\">Scene<a name=\"PLT-Scene\"> </a></td><td>Location or healthcare facility location of the inicident/Scene/Pickup location.</td></tr><tr><td style=\"white-space:nowrap\">Ambulance<a name=\"PLT-Ambulance\"> </a></td><td>The ambulance vehical that is used for the location of the patient during transport</td></tr><tr><td style=\"white-space:nowrap\">Destination<a name=\"PLT-Destination\"> </a></td><td>Location or healthcare facility location of the vehicle destination at the end of the encounter.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/PCC/mPSC/CodeSystem/PLT"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-draft"] ; # 
  fhir:name [ fhir:v "PCS_LocationType"] ; # 
  fhir:title [ fhir:v "Code System Containing values that do not have a maintianed code system."] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-03T15:04:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE Patient Care Coordination"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/patient_care_coordination/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pcc@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE Patient Care Coordination" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pcc@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Elements in this Code system SHALL be used to further deffine the type of location relative to the patien't episode of care."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Dispatch" ] ;
fhir:display [ fhir:v "Location or healthcare facility location of the vehicle at the time of dispatch." ]
  ] [
fhir:code [ fhir:v "Scene" ] ;
fhir:display [ fhir:v "Location or healthcare facility location of the inicident/Scene/Pickup location." ]
  ] [
fhir:code [ fhir:v "Ambulance" ] ;
fhir:display [ fhir:v "The ambulance vehical that is used for the location of the patient during transport" ]
  ] [
fhir:code [ fhir:v "Destination" ] ;
fhir:display [ fhir:v "Location or healthcare facility location of the vehicle destination at the end of the encounter." ]
  ] ) . #