kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: CompositionExample - 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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CompositionExample"] ; #
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: Composition CompositionExample</b></p><a name=\"CompositionExample\"> </a><a name=\"hcCompositionExample\"> </a><a name=\"CompositionExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11485-0}\">Anesthesia records</span></p><p><b>date</b>: 2020-01-01</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample.html\">Practitioner John Doe </a></p><p><b>title</b>: Anesthesia Record</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:11485-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11485-0" ] ;
fhir:display [ fhir:v "Anesthesia records" ] ] ) ;
fhir:text [ fhir:v "Anesthesia records" ]
] ; #
fhir:date [ fhir:v "2020-01-01"^^xsd:date] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]
] ) ; #
fhir:title [ fhir:v "Anesthesia Record"] . #