Stream: implementers
Topic: US Core - us-core-medication-codes Problem
Saul Kravitz (May 16 2019 at 13:15):
The us core value sets all reference: http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition
Which is not part of the package….I can’t seem to find it….
Can someone point me to this structure definition?
{
"resourceType": "ValueSet",
"id": "us-core-medication-codes",
"meta": {
"lastUpdated": "2016-05-25T16:59:08.250+10:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Medication Clinical Drug (RxNorm)</h2>\n <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 <p>This value set includes codes from the following code systems:</p>\n <ul>\n <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 </ul>\n </div>"
},
"url": "http://hl7.org/fhir/us/core/ValueSet/us-core-medication-codes",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113762.1.4.1010.4"
}
],
"version": "1.0.1",
"name": "Medication Clinical Drug (RxNorm)",
"status": "draft",
"date": "2016-05-25T16:59:08+10:00",
"publisher": "HL7 US Realm Steering Committee",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "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)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States Minor Outlying Islands (the)"
}
]
}
],
"compose": {
"include": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"filter": [
{
"property": "TTY",
"op": "in",
"value": "SCD,SBD,GPCK,BPCK,SCDG,SBDG,SCDF,SBDF"
}
]
}
]
}
}
Lloyd McKenzie (May 16 2019 at 16:24):
It should be pointing to this: http://hl7.org/fhir/shareablevalueset.html. Sounds like an error in us-core. @Eric Haas @Brett Marquard
Eric Haas (May 16 2019 at 16:28):
Which version is @Saul Kravitz looking at
Eric Haas (May 16 2019 at 16:31):
That is something that may have been added by the tooling in an earlier version
Saul Kravitz (May 16 2019 at 16:39):
US-core http://www.hl7.org/fhir/us/core/
http://www.hl7.org/fhir/us/core/StructureDefinition-us-core-medication.html
http://www.hl7.org/fhir/us/core/ValueSet-us-core-medication-codes.html
http://www.hl7.org/fhir/us/core/ValueSet-us-core-medication-codes.json.html (references http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition)
Eric Haas (May 16 2019 at 16:50):
That is added by the build tooling and is a profile definition for valuesets. it is also present in the base specification valuesets too. I don't know where it is defined either
Eric Haas (May 16 2019 at 16:50):
so ignore it or remove it
Lloyd McKenzie (May 16 2019 at 16:58):
@Grahame Grieve ?
Grahame Grieve (May 16 2019 at 22:31):
http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition should resolve. I don't know why it doesn't. I'll look into it
Grahame Grieve (Nov 28 2019 at 23:34):
http://hl7.org/fhir/StructureDefinition/shareablevalueset resolves. http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition is not the canonical url, and won't resolve
Last updated: Apr 12 2022 at 19:14 UTC