All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hl7.resource.AllergyIntolerance.yml Maven / Gradle / Ivy

Go to download

FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources

There is a newer version: 1.0.19
Show newest version
#
# (C) Copyright IBM Corp. 2020
#
# SPDX-License-Identifier: Apache-2.0
#
---
resourceType: AllergyIntolerance
id:
  type: STRING
  evaluate: 'UUID.randomUUID()'

category:
    type: ALLERGY_INTOLERANCE_CATEGORY
    specs: AL1.2 *
    
criticality:
    type: ALLERGY_INTOLERANCE_CRITICALITY 
    specs: AL1.4
    
code:
   resource: datatype/CodeableConcept *
   specs: AL1.3

patient:
    resource: datatype/Reference
    specs: $Patient

reaction:
    resource: secondary/Reaction
    specs: AL1.5




© 2015 - 2025 Weber Informatics LLC | Privacy Policy