International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: IPS Allergy Verification Status - TTL Representation

Draft as of 2023-01-12

Raw ttl | Download


@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 "2.16.840.1.113883.11.22.62--20180207120421"]; # 
  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 "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.4.642.3.115</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Comments</b></td></tr><tr><td>unconfirmed</td><td>Unconfirmed</td><td>Note: There is not sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.</td></tr><tr><td>confirmed</td><td>Confirmed</td><td>Note: A high level of certainty about the propensity for a reaction to the identified substance, which may include clinical evidence by testing or rechallenge.</td></tr><tr><td>refuted</td><td>Refuted</td><td>Note: A propensity for a reaction to the identified substance has been disproven with a high level of clinical certainty, which may include testing or rechallenge, and is refuted.</td></tr></table></li></ul></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" ];
     fhir:Extension.valuePeriod [
       fhir:Period.start [ fhir:value "2018-02-07T12:04:21+01:00"^^xsd:dateTime ]     ]
  ]; # 
  fhir:ValueSet.url [ fhir:value "http://localhost:8877/fhir/ValueSet/2.16.840.1.113883.11.22.62--20180207120421"]; # 
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.11.22.62" ]
  ]; # 
  fhir:ValueSet.version [ fhir:value "1.0"]; # 
  fhir:ValueSet.name [ fhir:value "IPSAllergyVerificationStatus"]; # 
  fhir:ValueSet.title [ fhir:value "IPS Allergy Verification Status"]; # 
  fhir:ValueSet.status [ fhir:value "draft"]; # 
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:ValueSet.date [ fhir:value "2023-01-12T22:27:49+01:00"^^xsd:dateTime]; # 
  fhir:ValueSet.publisher [ fhir:value "Health Level Seven"]; # 
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - International Patient Summary" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/structure" ]     ]
  ]; # 
  fhir:ValueSet.description [ fhir:value "IPS Allergy Verification Status"]; # 
  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 "urn:oid:2.16.840.1.113883.4.642.3.115" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ];
           fhir:Extension.valueString [ fhir:value "There is not sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition." ]         ];
         fhir:ValueSet.compose.include.concept.code [ fhir:value "unconfirmed" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Unconfirmed" ]       ], [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ];
           fhir:Extension.valueString [ fhir:value "A high level of certainty about the propensity for a reaction to the identified substance, which may include clinical evidence by testing or rechallenge." ]         ];
         fhir:ValueSet.compose.include.concept.code [ fhir:value "confirmed" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Confirmed" ]       ], [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ];
           fhir:Extension.valueString [ fhir:value "A propensity for a reaction to the identified substance has been disproven with a high level of clinical certainty, which may include testing or rechallenge, and is refuted." ]         ];
         fhir:ValueSet.compose.include.concept.code [ fhir:value "refuted" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Refuted" ]       ]     ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.