Implementation Guide
23.0.0 - R4 APIs
Publish Box goes here
@prefix fhir: <http://hl7.org/fhir/> .
@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 "PPA-Example2"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2002-12-07T20:10:22.000+08:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference> ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-documentref-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-documentref-profile> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "New" ] ;
fhir:display [ fhir:v "New" ] ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Pen" ] ;
fhir:display [ fhir:v "Pen" ] ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NewPen" ] ;
fhir:display [ fhir:v "New Pen" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table width=\"100%\">\n <caption>\n <a href=\"Patient/Example1\">Patient/Example1</a>\n </caption>\n <tbody>\n <tr>\n <td width=\"25%\">\n <span class=\"text-muted\"/>\n </td>\n <td width=\"8%\">\n <span class=\"text-muted\">2002/12/07</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:masterIdentifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DocumentReferenceId/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PPA-1" ]
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DocumentReferenceId/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PPA-Example2" ]
] ) ; #
fhir:type [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] )
] ; #
fhir:category ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:date [ fhir:v "2002-12-07T20:10:22.000+08:00"^^xsd:dateTime] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/LO-Example1" ]
] ; #
fhir:description [ fhir:v "Insurance Card"] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:language [ fhir:v "en" ] ;
fhir:url [ fhir:v "Binary/PPA-Example7"^^xsd:anyURI ] ] ;
fhir:format [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:ihe:iti:xds:2017:mimeTypeSufficient" ] ;
fhir:display [ fhir:v "MimeType Sufficient" ] ]
] ) ; #
fhir:context [
fhir:sourcePatientInfo [
fhir:reference [ fhir:v "Patient/Example1" ] ]
] . #
IG © 2022+ athenahealth. Package athenahealth#23.0.0 based on FHIR 4.0.1. Generated 2025-01-02
Links: Table of Contents |
QA Report