Publication Build: This will be filled in by the publication tooling
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "home-o2-documentreference"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-documentreference-r4";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-documentreference-r4> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"home-o2-documentreference\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dtr-documentreference-r4.html\">DTR Document Reference R4</a></p></div><p><b>status</b>: current</p><p><b>type</b>: Medical records <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11503-0)</span></p><p><b>category</b>: Clinical Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU3.1.1/CodeSystem-us-core-documentreference-category.html\">US Core DocumentReferences Category Codes</a>#clinical-note)</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Patient/example1: Vlad</a></p><blockquote><p><b>content</b></p></blockquote></div>"
];
fhir:DocumentReference.status [ fhir:value "current"];
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:11503-0;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "11503-0" ] ]
];
fhir:DocumentReference.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category" ];
fhir:Coding.code [ fhir:value "clinical-note" ] ]
];
fhir:DocumentReference.subject [
fhir:Reference.reference [ fhir:value "Patient/example1" ];
fhir:Reference.display [ fhir:value "Vlad" ]
];
fhir:DocumentReference.content [
fhir:index 0;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "application/json" ];
fhir:Attachment.data [ fhir:value "e2V4YW1wbGU6IGV4YW1wbGV9"^^xsd:base64Binary ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.