This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions
href="assets/ico/favicon.png"/>@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 ------------------------------------------------------------------- ?ValueSet/bodystructure> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "bodystructure"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"; fhir:index 0 ] ]; fhir:ValueSet.url [ fhir:value "http://fhir.org/guides/hspc/ValueSet/bodystructure"]; fhir:ValueSet.version [ fhir:value "0.01"]; fhir:ValueSet.name [ fhir:value "HSPC SNOMED Body Structures"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.publisher [ fhir:value "Health Services Platform Consortium (HSPC)"]; fhir:ValueSet.date [ fhir:value "2015-10-15"^^xsd:date]; fhir:ValueSet.description [ fhir:value "SELECT SNOMED CT code system values descending from 'Body structure' (123037004)."]; fhir:ValueSet.immutable [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.copyright [ fhir:value "TBD"]; fhir:ValueSet.extensible [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "123037004" ] ] ] ].