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 Darlene T Beck 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-Darlene-T-Beck"] ; # 
  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-Darlene-T-Beck</b></p><a name=\"ex-Practitioner-Darlene-T-Beck\"> </a><a name=\"hcex-Practitioner-Darlene-T-Beck\"> </a><a name=\"ex-Practitioner-Darlene-T-Beck-en-US\"> </a><p><b>name</b>: Darlene T Beck</p></div>"
  ] ; # 
  fhir:name ( [
fhir:text [ fhir:v "Darlene T Beck" ] ;
fhir:family [ fhir:v "Beck" ] ;
    ( fhir:given [ fhir:v "Darlene" ] [ fhir:v "T" ] )
  ] ) . #