![JAR search and dependency download from the Maven repository](/logo.png)
hl7.resource.Patient.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hl7v2-fhir-converter Show documentation
Show all versions of hl7v2-fhir-converter Show documentation
FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources
#
# (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