FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Substance |
| Id | Substance-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance example2
Profile: AU Base Substance
code: Atectura Breezhaler 125/62.5
ingredient
quantity: 150 ug (Details: UCUM codeug = 'ug')/1 capsule (Details: SNOMED CT code385049006 = 'Capsule')
substance: Indacaterol
ingredient
quantity: 80 ug (Details: UCUM codeug = 'ug')/1 capsule (Details: SNOMED CT code385049006 = 'Capsule')
substance: Mometasone furoate
{
"resourceType": "Substance",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-substance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1500281000168107",
"display": "Atectura Breezhaler 125/62.5 powder for inhalation, capsule"
}
],
"text": "Atectura Breezhaler 125/62.5"
},
"ingredient": [
{
"quantity": {
"numerator": {
"value": 150,
"unit": "ug",
"system": "http://unitsofmeasure.org",
"code": "ug"
},
"denominator": {
"value": 1,
"unit": "capsule",
"system": "http://snomed.info/sct",
"code": "385049006"
}
},
"substanceCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "702801003",
"display": "Indacaterol"
}
]
}
},
{
"quantity": {
"numerator": {
"value": 80,
"unit": "ug",
"system": "http://unitsofmeasure.org",
"code": "ug"
},
"denominator": {
"value": 1,
"unit": "capsule",
"system": "http://snomed.info/sct",
"code": "385049006"
}
},
"substanceCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "395802006",
"display": "Mometasone furoate"
}
]
}
}
]
}