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 Prcatitioner Chase Grey 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-Practitioner-Chase-Grey"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips>     ] ) ;
    ( 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: Practitioner ex-Practitioner-Chase-Grey</b></p><a name=\"ex-Practitioner-Chase-Grey\"> </a><a name=\"hcex-Practitioner-Chase-Grey\"> </a><a name=\"ex-Practitioner-Chase-Grey-en-US\"> </a><p><b>identifier</b>: 7492</p><p><b>name</b>: Chase Grey </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://phinvads.cdc.gov/vads/SearchVocab.action 53-3011.00.014720}\">EMS Medic</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "7492" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Grey" ] ;
    ( fhir:given [ fhir:v "Chase" ] )
  ] ) ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://phinvads.cdc.gov/vads/SearchVocab.action"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53-3011.00.014720" ] ;
fhir:display [ fhir:v "EMS Medic" ]       ] )     ]
  ] ) . #