HL7 Europe Hospital Discharge Report 0.1.0-ballot - draft 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 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 ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "medical-devices-eu-hdr"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medical-devices-eu-hdr</b></p><a name=\"medical-devices-eu-hdr\"> </a><a name=\"hcmedical-devices-eu-hdr\"> </a><a name=\"medical-devices-eu-hdr-en-US\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept descends from 49062001 (Device)</li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 1 ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "draft" ] ] ) ; # fhir:url [ fhir:v "http://hl7.eu/fhir/hdr/ValueSet/medical-devices-eu-hdr"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0-ballot"] ; # fhir:name [ fhir:v "MedicalDevicesSnomedCtHdrVS"] ; # fhir:title [ fhir:v "Medical Devices (SNOMED CT)"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-03T12:48:49+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Europe"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Europe" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.eu" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set includes codes from SNOMED Clinical Terms®: all descendants of 49062001 \\|Device (physical object)\\|."] ; # 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 "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "descendent-of" ] ; fhir:value [ fhir:v "49062001" ] ] ) ] ) ] . #