@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CareConnect-BodySite-1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
  • Include codes from http://snomed.info/sct where constraint = (<<442083009 |anatomical or acquired body structure|)
" ] ; # fhir:url [ fhir:v "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-BodySite-1"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "Care Connect Body Site"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2018-11-01T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Interweave Publisher"] ; # fhir:contact ( [ fhir:name [ fhir:v "Interweave Publisher" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://fhir.yhcr.nhs.uk/yhcr-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "A code from the SNOMED Clinical Terminology UK with the expression (<<442083009 |anatomical or acquired body structure|)."] ; # 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 "constraint" ] ; fhir:op [ fhir:v "=" ] ; fhir:value [ fhir:v "(<<442083009 |anatomical or acquired body structure|)" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------