0.1.0 - ci-build

MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ValueSetAllergyNegation (MY Core) - TTL Representation

Active as of 2024-02-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:id [ fhir:v "value-set-allergy-negation-my-core"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet value-set-allergy-negation-my-core</b></p><a name=\"value-set-allergy-negation-my-core\"> </a><a name=\"hcvalue-set-allergy-negation-my-core\"> </a><a name=\"value-set-allergy-negation-my-core-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/716186003\">716186003</a></td><td>No Known Allergy</td></tr><tr><td><a href=\"http://snomed.info/id/1631000175102\">1631000175102</a></td><td>Require Allergy Assessment</td></tr><tr><td><a href=\"http://snomed.info/id/370860007\">370860007</a></td><td>To Be Confirmed</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/ValueSet/allergy-negation-my-core"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ValueSetAllergyNegationMyCore"] ; # 
  fhir:title [ fhir:v "ValueSetAllergyNegation (MY Core)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-02-12T04:04:09.5621857+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Allergy Negation Statement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "716186003" ] ;
fhir:display [ fhir:v "No Known Allergy" ]       ] [
fhir:code [ fhir:v "1631000175102" ] ;
fhir:display [ fhir:v "Require Allergy Assessment" ]       ] [
fhir:code [ fhir:v "370860007" ] ;
fhir:display [ fhir:v "To Be Confirmed" ]       ] )     ] )
  ] . #