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-LastKnownWell - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Ex-LastKnownWell"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/Last.Known.Well"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/mPSC/StructureDefinition/Last.Known.Well>     ] )
  ] ; # 
  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: Observation Ex-LastKnownWell</b></p><a name=\"Ex-LastKnownWell\"> </a><a name=\"hcEx-LastKnownWell\"> </a><a name=\"Ex-LastKnownWell-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 67517-3}\">Last oral intake [Date and time]</span></p><p><b>effective</b>: 2023-08-03 14:14:45-0500</p><p><b>value</b>: 2023-08-03 12:00:00-0500</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:67517-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67517-3" ]     ] )
  ] ; # 
  fhir:effective [ fhir:v "2023-08-03T14:14:45-05:00"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "2023-08-03T12:00:00-05:00"^^xsd:dateTime] . #