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

: ex-Coverage-Elina-R-Macias-Organization - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-Coverage-Elina-R-Macias-Organization"] ; # 
  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-Coverage-Elina-R-Macias-Organization</b></p><a name=\"ex-Coverage-Elina-R-Macias-Organization\"> </a><a name=\"hcex-Coverage-Elina-R-Macias-Organization\"> </a><a name=\"ex-Coverage-Elina-R-Macias-Organization-en-US\"> </a><p><b>identifier</b>: 12345</p><p><b>name</b>: Medicare</p><p><b>address</b>: PO Box 1437, Slot S401 Little Rock Arkansas 72203-1437 US </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:name [ fhir:v "Medicare"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "PO Box 1437, Slot S401" ] ) ;
fhir:city [ fhir:v "Little Rock" ] ;
fhir:state [ fhir:v "Arkansas" ] ;
fhir:postalCode [ fhir:v "72203-1437" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . #