This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example ActorDefinition/lab-report-consumer (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Laboratory Report Consumer: a system receiving/querying and using a Laboratory Report.
@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/ActorDefinition/lab-report-consumer> a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lab-report-consumer"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p class=\"res-header-id\">\n <b>Generated Narrative: ActorDefinition lab-report-consumer</b>\n </p>\n <a name=\"lab-report-consumer\"/>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Actor: LabReportConsumer </b>\n </td>\n <td/>\n <td>Type: system </td>\n </tr>\n <tr>\n <td colspan=\"3\">\n <div>\n <p>This actor represents the Laboratory Report consumers. That is the system using the report received or retrieved.\nUsing includes, but is not limited to, the report display, storage or processing.</p>\n </div>\n </td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"
]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/ActorDefinition/lab-report-consumer"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0-ci"] ; #
fhir:name [ fhir:v "LabReportConsumer"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-12-14T06:50:57+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
] )
] ) ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ]
] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 Europe, all rights reserved Creative Commons License"] ; #
fhir:type [ fhir:v "system"] ; #
fhir:documentation [ fhir:v "This actor represents the Laboratory Report consumers. That is the system using the report received or retrieved. Using includes, but is not limited to, the report display, storage or processing."] . #
# -------------------------------------------------------------------------------------
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.