FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Substance |
| Id | Substance-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance example0
Profile: AU Base Substance
category: Body Substance
code: Epiglottic mucus
{
"resourceType": "Substance",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-substance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/substance-category",
"code": "body",
"display": "Body Substance"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65799005",
"display": "Epiglottic mucus"
}
]
}
}