Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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 "USClinicalNoteExample1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-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 USClinicalNoteExample1</b></p><a name=\"USClinicalNoteExample1\"> </a><a name=\"hcUSClinicalNoteExample1\"> </a><a name=\"USClinicalNoteExample1-en-US\"> </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-ipa-documentreference.html\">IPA-DocumentReference</a></p></div><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress Note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 34109-9}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Lufhir, Meiko</a></p><p><b>date</b>: 2019-05-21 20:19:30+0000</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample1.html\">Marty Seeger</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>text/html</td><td>Binary/ekAJmRWsOeeVsqjgMnmX-5ZTCqyW.NZW3fvSH8mNXZSg3</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2019-05-21 04:59:00+0000 --> (ongoing)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:docStatus [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:11506-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11506-3" ] ;
fhir:display [ fhir:v "Progress Note" ] ] ) ;
fhir:text [ fhir:v "Progress Note" ]
] ; #
fhir:category ( [
( fhir:coding [
a loinc:34109-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34109-9" ] ;
fhir:display [ fhir:v "Note" ] ] ) ;
fhir:text [ fhir:v "Clinical Note" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ] ;
fhir:display [ fhir:v "Lufhir, Meiko" ]
] ; #
fhir:date [ fhir:v "2019-05-21T20:19:30Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample1" ] ;
fhir:display [ fhir:v "Marty Seeger" ]
] ) ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/html" ] ;
fhir:url [ fhir:v "Binary/ekAJmRWsOeeVsqjgMnmX-5ZTCqyW.NZW3fvSH8mNXZSg3"^^xsd:anyURI ] ]
] ) ; #
fhir:context [
fhir:period [
fhir:start [ fhir:v "2019-05-21T04:59:00Z"^^xsd:dateTime ] ]
] . #
IG © 2022+ HL7 International / Patient Care. Package hl7.fhir.uv.ipa#1.1.0 based on FHIR 4.0.1. Generated 2025-03-19
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change