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 Organization example utilizing data from the NEMSIS pretesting examples. - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-Organization-Paramedicine-Agency"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Organization"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Organization>     ] ) ;
    ( 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: Organization ex-Organization-Paramedicine-Agency</b></p><a name=\"ex-Organization-Paramedicine-Agency\"> </a><a name=\"hcex-Organization-Paramedicine-Agency\"> </a><a name=\"ex-Organization-Paramedicine-Agency-en-US\"> </a><p><b>identifier</b>: Provider number/501 (use: official, ), Provider number/350-501 (use: official, ), National provider identifier/3502360501 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>, <span title=\"Codes:{http://snomed.info/sct 792847005}\">Emergency ambulance service</span>, <span title=\"Codes:{http://snomed.info/sct 409971007}\">Emergency medical services</span>, <span title=\"Codes:{http://snomed.info/sct 413294000}\">Community health services</span></p><p><b>name</b>: Paramedicine Agency Example Organization</p><p><b>address</b>: Arkansas </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ]       ] )     ] ;
fhir:value [ fhir:v "501" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/ex-Organization-Paramedicine-Agency-StateID-Assigner" ]     ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ]       ] )     ] ;
fhir:value [ fhir:v "350-501" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ]       ] )     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3502360501" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ]     ] )
  ] [
    ( 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: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:413294000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "413294000" ] ;
fhir:display [ fhir:v "Community health services" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Paramedicine Agency Example Organization"] ; # 
  fhir:address ( [
fhir:state [ fhir:v "Arkansas" ]
  ] ) . #