FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Medication |
| Id | NICE-Medication-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Medication | dobutamine |
|---|
{
"resourceType": "Medication",
"id": "NICE-Medication-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Medication-2022Q1"
]
},
"text": {
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
]
}
}
],
"code": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "C01CA07",
"display": "Dobutamine"
}
]
}
}