PATH MER Indicators, published by PATH. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/PATH-Global-Health/MERindicators and changes regularly. See the Directory of published versions
: ExampleDeceasedDateTime - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleDeceasedDateTime"] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://path-global-health.github.io/MERindicators/Patient/DeceasedDateTime"^^xsd:anyURI ] ;
( fhir:resource <https://path-global-health.github.io/MERindicators/Patient/DeceasedDateTime> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Patient/DeceasedDateTime"^^xsd:anyURI ] ]
] ) . #
<https://path-global-health.github.io/MERindicators/Patient/DeceasedDateTime> a fhir:Patient ;
fhir:id [ fhir:v "DeceasedDateTime"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"DeceasedDateTime\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient "DeceasedDateTime" </p></div><p><b>active</b>: true</p><p><b>name</b>: Simon Notsowell (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1982-01-23</p><p><b>deceased</b>: 2015-02-14 13:42:00+1000</p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Notsowell" ] ;
( fhir:given [ fhir:v "Simon" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1982-01-23"^^xsd:date] ; #
fhir:deceased [ fhir:v "2015-02-14T13:42:00+10:00"^^xsd:dateTime] . #