MyHealth@Eu Laboratory Report 0.0.1 - qa-preview 150
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@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:ActorDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "actor-handler-eu-lab"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td><b>Actor: LabReportHandler</b></td><td/><td>Type: system</td></tr><tr><td colspan=\"3\"><div><p>This actor represents a generic system dealing with Laboratory Reports.</p>\n</div></td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://hl7.eu/fhir/laboratory/actor-handler-eu-lab"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.0.1"] ; # fhir:name [ fhir:v "LabReportHandler"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-04-18T20:56:17+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "MyHealth@Eu"] ; # fhir:contact ( [ fhir:name [ fhir:v "MyHealth@Eu" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en" ] ] ) ] ) ; # 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:type [ fhir:v "system"] ; # fhir:documentation [ fhir:v "This actor represents a generic system dealing with Laboratory Reports."] . #