Bản hướng dẫn thực thi (IG) dành cho các hệ thống thông tin Y tế tại Việt Nam
1.0.0 - CI Build

Bản hướng dẫn thực thi (IG) dành cho các hệ thống thông tin Y tế tại Việt Nam, published by Cục Công nghệ thông tin - Bộ Y tế. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7vn/vn-core-ig/ and changes regularly. See the Directory of published versions

: ValueSet dành cho Mã dược phẩm - JSON Representation

(Quay lại)

Raw json

Source view


{
  "resourceType" : "ValueSet",
  "id" : "vn-medication-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h2>Medication Clinical Drug (RxNorm)</h2>\n\t\t\t<p>All prescribable medication formulations represented using  either a 'generic' or 'brand-specific' concept. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack), SCDG (semantic clinical drug group), SBDG (semantic brand drug group), SCDF (semantic clinical drug form), or SBDF (semantic brand drug form)</p>\n\t\t\t<p>This value set includes codes from the following code systems:</p>\n\t\t\t<ul>\n\t\t\t\t<li>Include codes from http://www.nlm.nih.gov/research/umls/rxnorm where TTY  in  SCD,SBD,GPCK,BPCK,SCDG,SBDG,SCDF,SBDF</li>\n\t\t\t</ul>\n\t\t\t<p>Or from SNOMED CT:</p>\n\t\t\t<p>Possible sources include:</p>\n\t\t\t  <ul>\n\n\t\t\t\t\t\n\t\t\t\t<li>Include codes from http://snomed.info/sct where concept  is-a  410942007</li>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<li>Include codes from http://snomed.info/sct where concept  is-a  373873005</li>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<li>Include codes from http://snomed.info/sct where concept  is-a  106181007</li>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t  </ul>\n\t\t</div>"
  },
  "url" : "http://fhir.ehealth.gov.vn/core/ValueSet/vn-medication-code",
  "version" : "1.0.0",
  "name" : "ValueSet-VN_Core_Medication_Code",
  "title" : "ValueSet dành cho Mã dược phẩm",
  "status" : "draft",
  "date" : "2020-12-31",
  "publisher" : "Cục Công nghệ thông tin - Bộ Y tế",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://moh.gov.vn/"
        },
        {
          "system" : "url",
          "value" : "https://ehealth.gov.vn/"
        }
      ]
    }
  ],
  "description" : "ValueSet dành cho Mã dược phẩm",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "704"
        },
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "VN"
        }
      ]
    }
  ],
  "copyright" : "Using RxNorm codes of type SAB=RXNORM as this specification describes [does not require](https://www.nlm.nih.gov/research/umls/rxnorm/docs/prescribe.html)  a UMLS license. Access to the full set of RxNorm definitions, and/or additional use of other RxNorm structures and information requires a UMLS license. The use of RxNorm in this specification is pursuant to HL7's status as a licensee of the NLM UMLS. HL7's license does not convey the right to use RxNorm to any users of this specification; implementers must acquire a license to use RxNorm in their own right. And for content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org.",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.ehealth.gov.vn/core/CodeSystem/vn-core-medicationCode"
      },
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "filter" : [
          {
            "property" : "TTY",
            "op" : "in",
            "value" : "SCD,SBD,GPCK,BPCK,SCDG,SBDG,SCDF,SBDF"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "410942007"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "373873005"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "106181007"
          }
        ]
      }
    ]
  }
}