FHIR IG analytics| Package | ch.fhir.ig.ch-lab-report |
| Resource Type | Substance |
| Id | Substance-EDTA.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Substance EDTA
Profile: CH LAB-Report Additive Substance
identifier: http://example.org/pipette/identifiers/substances/1234333
category: Chemical
code: Edetate dipotassium
{
"resourceType": "Substance",
"id": "EDTA",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-specimen-additive-substance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/pipette/identifiers/substances",
"value": "1234333"
}
],
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/substance-category",
"code": "chemical",
"display": "Chemical"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1256100007"
}
]
}
}