eHealth Platform Federal Core Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core/ and changes regularly. See the Directory of published versions
: documentreferenceurl - 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "documentreferenceurl"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference> ] )
] ; #
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: DocumentReference documentreferenceurl</b></p><a name=\"documentreferenceurl\"> </a><a name=\"hcdocumentreferenceurl\"> </a><a name=\"documentreferenceurl-en-US\"> </a><p><b>status</b>: Current</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 34108-1}\">Outpatient Note</span></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Josephine Nessa La Paradisio (official) Female, DoB: 1979-12-11 ( Medical record number: 45XXP0PA-4 (use: usual, ))</a></p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole1.html\">PractitionerRole physician</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf\">https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-documentreferencebinary.html\">DocumentReference: status = current; category = Outpatient Note</a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:category ( [
( fhir:coding [
a loinc:34108-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34108-1" ] ;
fhir:display [ fhir:v "Outpatient Note" ] ] ) ;
fhir:text [ fhir:v "Outpatient Note" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient1" ]
] ; #
fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole1" ]
] ) ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf"^^xsd:anyURI ] ]
] ) ; #
fhir:context [
( fhir:related [
fhir:reference [ fhir:v "DocumentReference/documentreferencebinary" ] ] )
] . #