US Veterans Health Administration FHIR Map Set Implementation Guide - Downloaded Version 2.1.0 See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "docref-aiscribe-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://va.gov/fhir/StructureDefinition/DocumentReferenceDocumentReference"^^xsd:anyURI ;
fhir:l <http://va.gov/fhir/StructureDefinition/DocumentReferenceDocumentReference> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference docref-aiscribe-example</b></p><a name=\"docref-aiscribe-example\"> </a><a name=\"hcdocref-aiscribe-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DocumentReferenceDocumentReference.html\">Document Reference DocumentReference</a></p></div><p><b>identifier</b>: <code>http://va.gov/fhir/sid/sta3n/460/8925</code>/123456</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 84080-1}, {urn:oid:2.16.840.1.113883.6.233 4693667}, {http://va.gov/fhir/CodeSystem/460sta3n8925.1 249}\">DERMATOLOGY OUTPATIENT NOTE</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient/12345\">Patient/12345</a></p><p><b>date</b>: 2005-12-24 09:43:41+1100</p><p><b>author</b>: SUSSEX COUNTY VA CLINIC</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><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><a href=\"http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510\">http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510</a></td><td>3654</td><td><code>2jmj7l5rSw0yVb/vlWAYkK/YBwk=</code></td><td>DERMATOLOGY OUTPATIENT NOTE</td><td>2005-12-24 09:35:00+1100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter/xcda\">Encounter/xcda</a></td><td>2005-12-23 08:00:00+1100 --> 2005-12-23 08:01:00+1100</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://va.gov/fhir/sid/sta3n/460/8925"^^xsd:anyURI ;
fhir:l <http://va.gov/fhir/sid/sta3n/460/8925> ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:docStatus [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:84080-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "84080-1" ] ;
fhir:display [ fhir:v "Dermatology Outpatient Note" ] ] [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.233"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.233> ] ;
fhir:code [ fhir:v "4693667" ] ;
fhir:display [ fhir:v "DERMATOLOGY OUTPATIENT NOTE" ] ] [
fhir:system [
fhir:v "http://va.gov/fhir/CodeSystem/460sta3n8925.1"^^xsd:anyURI ;
fhir:l <http://va.gov/fhir/CodeSystem/460sta3n8925.1> ] ;
fhir:code [ fhir:v "249" ] ;
fhir:display [ fhir:v "DERMATOLOGY OUTPATIENT NOTE" ] ] ) ;
fhir:text [ fhir:v "DERMATOLOGY OUTPATIENT NOTE" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category> ] ;
fhir:code [ fhir:v "clinical-note" ] ;
fhir:display [ fhir:v "Clinical Note" ] ] )
] ) ; #
fhir:subject [
fhir:l fhir:Patient/12345 ;
fhir:reference [ fhir:v "Patient/12345" ]
] ; #
fhir:date [ fhir:v "2005-12-24T09:43:41+11:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:display [ fhir:v "SUSSEX COUNTY VA CLINIC" ]
] ) ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:url [
fhir:v "http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510"^^xsd:anyURI ;
fhir:l <http://myendpoint.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510> ] ;
fhir:size [ fhir:v "3654"^^xsd:nonNegativeInteger ] ;
fhir:hash [ fhir:v "2jmj7l5rSw0yVb/vlWAYkK/YBwk="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "DERMATOLOGY OUTPATIENT NOTE" ] ;
fhir:creation [ fhir:v "2005-12-24T09:35:00+11:00"^^xsd:dateTime ] ]
] ) ; #
fhir:context [
( fhir:encounter [
fhir:l fhir:Encounter/xcda ;
fhir:reference [ fhir:v "Encounter/xcda" ] ] ) ;
fhir:period [
fhir:start [ fhir:v "2005-12-23T08:00:00+11:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2005-12-23T08:01:00+11:00"^^xsd:dateTime ] ]
] . #
IG © 2026 VA. Package va.maps#2.1.0 based on FHIR 4.0.1. Generated 2026-01-07
Links: Table of Contents |
QA Report
| Propose a change