This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, 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 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 "PACP"] ; #
fhir:meta [
fhir:versionId [ fhir:v "14" ] ;
fhir:lastUpdated [ fhir:v "2022-08-02T18:25:58.185+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#Sfi1OcoY3jXZtX66"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcc/StructureDefinition/DocRefPACP"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/DocRefPACP> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"PACP\"> </a></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 DocumentReference "PACP" Version "14" Updated "2022-08-02 18:25:58+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #Sfi1OcoY3jXZtX66!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DocRefPACP.html\">Document Reference to Patient's Personal Advance Care Plan (Advance Directive)</a></p></div><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.19.5.99999.1</p><p><b>status</b>: current</p><p><b>type</b>: Patient Personal Advance Care Plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81334-5 "Patient Personal advance care plan")</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/STU6.1/CodeSystem-us-core-documentreference-category.html\">US Core DocumentReferences Category Codes</a>#clinical-note)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Amy Shaw</a> " NOELLE"</p><p><b>date</b>: Mar 9, 2016, 3:29:46 PM</p><p><b>author</b>: </p><ul><li><a href=\"Practitioner-practitionerMCC-1.html\">Practitioner/practitionerMCC-1: Henry Levin, MD</a> " LEVIN"</li><li><a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</li></ul><p><b>description</b>: Patricia Noelle - Personal Advance Care Plan</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>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><code>/Binary/1-note</code></td><td>Uri where the data can be found: [base]/Binary/1-note</td></tr></table><p><b>format</b>: Care Management (CM) (Details: http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode code urn:ihe:pcc:cm:2008 = 'Care Management (CM)', stated as 'Care Management (CM)')</p></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>2004-12-23 08:00:00+1100 --> 2004-12-23 08:01:00+1100</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.19.5.99999.1" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:81334-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81334-5" ] ;
fhir:display [ fhir:v "Patient Personal advance care plan" ] ] ) ;
fhir:text [ fhir:v "Patient Personal Advance Care Plan" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical-note" ] ;
fhir:display [ fhir:v "Clinical Note" ] ] ) ;
fhir:text [ fhir:v "Clinical Note" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:date [ fhir:v "2016-03-09T15:29:46Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-1" ] ;
fhir:display [ fhir:v "Henry Levin, MD" ]
] [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
] ) ; #
fhir:description [ fhir:v "Patricia Noelle - Personal Advance Care Plan"] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:url [ fhir:v "/Binary/1-note"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Uri where the data can be found: [base]/Binary/1-note" ] ] ;
fhir:format [
fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ] ; # system value=\"http:\/\/ihe.net\/fhir\/ValueSet\/IHE.FormatCode.codesystem\"\/
fhir:code [ fhir:v "urn:ihe:pcc:cm:2008" ] ;
fhir:display [ fhir:v "Care Management (CM)" ] ]
] ) ; #
fhir:context [
fhir:period [
fhir:start [ fhir:v "2004-12-23T08:00:00+11:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2004-12-23T08:01:00+11:00"^^xsd:dateTime ] ]
] . #
IG © 2020+ HL7 International - Patient Care WG. Package hl7.fhir.us.mcc#1.0.0-ballot2 based on FHIR 4.0.1. Generated 2023-07-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change