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

hl7.resource.Patient.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
#

# Represents data that needs to be extracted for a Patient Resource in FHIR
# reference: https://www.hl7.org/fhir/patient.html
---
resourceType: Patient
id:
  type: STRING
  evaluate: 'UUID.randomUUID()'
  
identifier:
    resource: datatype/Identifier *
    specs: PID.3
name: 
    resource: datatype/HumanName *
    specs: PID.5
gender: 
     type: ADMINISTRATIVE_GENDER
     specs: PID.8

birthDate:
     type: DATE
     specs: PID.7




© 2015 - 2025 Weber Informatics LLC | Privacy Policy