This page is part of the International Patient Summary Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R3. 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-pathology-and-vital-signs-observations
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 "pathology-and-vital-signs-observations"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>IPSPathResultsObservation</h2><div><pre><code>Value Set Definition:\n\n LOINC { { COMPONENT not ( containing the word &quot;panel&quot; OR starting with &quot;can pronounce&quot; ) CLASS in {CYTO, HEM/BC, HL7.CYTOGEN, HL7.GENETICS, MOLPATH, MOLPATH.*, PATH} STATUS in {ACTIVE} CLASSTYPE in {1} ORDER_OBS in\n {Observation, Both} } UNION { COMPONENT not ( containing the word &quot;panel&quot; OR starting with &quot;can pronounce&quot; ) STATUS in {ACTIVE} CLASSTYPE in {2} ORDER_OBS in {Observation, Both} SYSTEM = ^Patient }}\n</code></pre>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where COMPONENT matches (by regex) ^((?!Panel).)*$ and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where COMPONENT matches (by regex) ^((?!panel).)*$ and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where COMPONENT matches (by regex) ^(?!Can pronounce.*$).* and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS = ACTIVE and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE = 1 and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where ORDER_OBS matches (by regex) Observation|Both and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASS matches (by regex) CYTO|HEM/BC|HL7\\.CYTOGEN|HL7\\.GENETICS|PATH|^(?!MOLPATH.*$).*</li><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where COMPONENT matches (by regex) ^((?!Panel).)*$ and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where COMPONENT matches (by regex) ^((?!panel).)*$ and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where COMPONENT matches (by regex) ^(?!Can pronounce.*$).* and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS = ACTIVE and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE = 2 and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where ORDER_OBS matches (by regex) Observation|Both and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where SYSTEM = ^Patient</li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/ips/ValueSet/pathology-and-vital-signs-observations"]; 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.41" ] ]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "IPSPathResultsObservation"]; fhir:ValueSet.title [ fhir:value "IPS Results Observation Pathology"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2018-04-04T19:21:29+10: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 "\n Value Set Definition:\n \n LOINC { { COMPONENT not ( containing the word \"panel\" OR starting with \"can pronounce\" ) CLASS in {CYTO, HEM/BC, HL7.CYTOGEN, HL7.GENETICS, MOLPATH, MOLPATH.*, PATH} STATUS in {ACTIVE} CLASSTYPE in {1} ORDER_OBS in\n {Observation, Both} } UNION { COMPONENT not ( containing the word \"panel\" OR starting with \"can pronounce\" ) STATUS in {ACTIVE} CLASSTYPE in {2} ORDER_OBS in {Observation, Both} SYSTEM = ^Patient }}\n"]; 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.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "COMPONENT" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^((?!Panel).)*$" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.filter.property [ fhir:value "COMPONENT" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^((?!panel).)*$" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.filter.property [ fhir:value "COMPONENT" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^(?!Can pronounce.*$).*" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.filter.property [ fhir:value "STATUS" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "ACTIVE" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.filter.property [ fhir:value "CLASSTYPE" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "1" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.filter.property [ fhir:value "ORDER_OBS" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "Observation|Both" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.filter.property [ fhir:value "CLASS" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "CYTO|HEM/BC|HL7\\.CYTOGEN|HL7\\.GENETICS|PATH|^(?!MOLPATH.*$).*" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "COMPONENT" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^((?!Panel).)*$" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.filter.property [ fhir:value "COMPONENT" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^((?!panel).)*$" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.filter.property [ fhir:value "COMPONENT" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^(?!Can pronounce.*$).*" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.filter.property [ fhir:value "STATUS" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "ACTIVE" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.filter.property [ fhir:value "CLASSTYPE" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "2" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.filter.property [ fhir:value "ORDER_OBS" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "regex" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "Observation|Both" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.filter.property [ fhir:value "SYSTEM" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "^Patient" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.