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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeClinicalUseDefinition
IdClinicalUseDefinition-example-allergy-contraindication.json
FHIR VersionR5

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: ClinicalUseDefinition example-allergy-contraindication

type: Contraindication

contraindication

DiseaseSymptomProcedures

-Concept
*Allergy to clarithromycin

Source1

{
  "resourceType": "ClinicalUseDefinition",
  "id": "example-allergy-contraindication",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ContraindicationDefinition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": "contraindication",
  "contraindication": {
    "diseaseSymptomProcedure": {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "294471003",
            "display": "Allergy to clarithromycin"
          }
        ]
      }
    }
  }
}