This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Turtle Format: ValueSet-lab-absence-presence-uv-ips
Download Raw ttl
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "lab-absence-presence-uv-ips"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Presence/Absence value set</div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/ips/ValueSet/lab-absence-presence-uv-ips"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://art-decor.org/ns/oids/vs" ]; fhir:Identifier.value [ fhir:value "2.16.840.1.113883.11.22.52" ] ]; fhir:ValueSet.version [ fhir:value "0.3.0"]; fhir:ValueSet.name [ fhir:value "LabAbsencePresenceUvIps"]; fhir:ValueSet.title [ fhir:value "IPS Results Presence/Absence"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2019-08-06T10:41:01-04:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 International"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 International" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+1 734 677 7777" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "+1 734 677 6622" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "info@hl7.org" ] ] ]; fhir:ValueSet.description [ fhir:value "Presence/Absence value set"]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ]; fhir:Coding.display [ fhir:value "World" ] ] ]; fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.copyright [ fhir:value "Licensing note: This artefact includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/getsnomed-ct or info@snomed.org."]; 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.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "2667000" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Absent (qualifier value)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "52101004" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present (qualifier value)" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "441614007" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present one plus out of three plus (qualifier value)" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "441517005" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present two plus out of three plus (qualifier value)" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "441521003" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present three plus out of three plus (qualifier value)" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "260347006" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present + out of ++++ (qualifier value)" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "260348001" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present ++ out of ++++ (qualifier value)" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "260349009" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present +++ out of ++++ (qualifier value)" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "260350009" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Present ++++ out of ++++ (qualifier value)" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.