This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification)
XDS Comprehensive metadata
@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-comprehensive"] ; # fhir:meta [ fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ; fhir:code [ fhir:v "HTEST" ] ] ) ] ; # fhir:contained ( [ a fhir:Practitioner ; fhir:id [ fhir:v "in-author" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ] ) ] [ a fhir:Patient ; fhir:id [ fhir:v "in-patient" ] ] ) ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/documentreference-sourcepatient"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#in-patient" ] ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.840.113556.1.8000.2554.58783.21864.3474.19410.44358.58254.41281.46340" ] ] [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:0c287d32-01e3-4d87-9953-9fcc9404eb21" ] ] ) ; # fhir:version [ fhir:v "urn:uuid:0c287d32-01e3-4d87-9953-9fcc9404eb21"] ; # fhir:status [ fhir:v "current"] ; # fhir:type [ fhir:coding ( [ a loinc:55107-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "55107-7" ] ] ) ] ; # fhir:category ( [ fhir:coding ( [ a loinc:11369-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11369-6" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/xcda" ] ] ; # fhir:event ( [ fhir:concept [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "ACCTRECEIVABLE" ] ] ) ] ] [ fhir:reference [ fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.840.113556.1.8000.2554.17917.46600.21181.17878.33419.62048.57128.2759" ] ] ] ] ) ; # should not be able to include this as there is a facilityType and/or practiceSetting # <context> # <reference value="Encounter/example"/> # </context> # fhir:facilityType [ fhir:coding ( [ a sct:82242000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "82242000" ] ] ) ] ; # fhir:practiceSetting [ fhir:coding ( [ a sct:408467006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "408467006" ] ] ) ] ; # fhir:period [ fhir:start [ fhir:v "2020-12-31T23:50:50-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2020-12-31T23:50:50-05:00"^^xsd:dateTime ] ] ; # fhir:date [ fhir:v "2020-12-31T23:50:50-05:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "#in-author" ] ] ) ; # fhir:attester ( [ fhir:mode [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/composition-attestation-mode"^^xsd:anyURI ] ; fhir:code [ fhir:v "professional" ] ] ) ] ; fhir:party [ fhir:reference [ fhir:v "#in-author" ] ] ] ) ; # fhir:relatesTo ( [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/document-relationship-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "appends" ] ] ) ] ; fhir:target [ fhir:reference [ fhir:v "DocumentReference/example" ] ] ] ) ; # fhir:description [ fhir:v "Example of a Comprehensive DocumentReference resource. This is fully filled for all mandatory elements and all optional elements."] ; # fhir:securityLabel ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ] ) ] ) ; # fhir:content ( [ fhir:attachment [ fhir:contentType [ fhir:v "text/plain" ] ; fhir:language [ fhir:v "en" ] ; fhir:url [ fhir:v "http://example.com/nowhere.txt"^^xsd:anyURI ] ; fhir:size [ fhir:v "190"^^xsd:long ] ; fhir:hash [ fhir:v "OGEzOGYyNjMzMDA2ZmQ1MzUxNDljNDRhM2E3M2YzMTI0MzdiMzQ3OA=="^^xsd:base64Binary ] ; fhir:title [ fhir:v "DocumentReference for Comprehensive fully filled metadata" ] ; fhir:creation [ fhir:v "2020-12-31T23:50:50-05:00"^^xsd:dateTime ] ] ; fhir:profile ( [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ] ; fhir:code [ fhir:v "urn:ihe:iti:xds-sd:text:2008" ] ] ] ) ] )] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Wed, Nov 20, 2024 21:51+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change