FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-lab-report
Resource TypeSubstance
IdSubstance-EDTA.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Substance EDTA

identifier: http://example.org/pipette/identifiers/substances/1234333

category: Chemical

code: Edetate dipotassium


Source1

{
  "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"
      }
    ]
  }
}