FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | ValueSet |
| Id | ValueSet-substance-rxnorm.json |
| FHIR Version | R2 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "substance-rxnorm",
"text": {
"status": "generated"
},
"url": "http://fhir.org/guides/argonaut/ValueSet/substance-rxnorm",
"name": "DAF Substance RxNorm Codes",
"status": "draft",
"publisher": "Argonaut Project",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://argonautwiki.hl7.org",
"rank": 0
}
]
}
],
"date": "2016-10-18T00:00:00+11:00",
"description": "All RxNorm codes that have TTY = IN,PIN,MIN,BN, but TTY != OCD.",
"immutable": false,
"extensible": false,
"compose": {
"include": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"filter": [
{
"property": "TTY",
"op": "in",
"value": "IN,PIN,MIN,BN"
}
]
}
],
"exclude": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"filter": [
{
"property": "TTY",
"op": "=",
"value": "OCD"
}
]
}
]
}
}