2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2

Extension Place of Birth for patient - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/birthPlace

Status: draft

The registered place of birth of the patient.

HL7 FHIR project

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/birthPlace
Place of Birth for patient: The registered place of birth of the patient.
Use on element: Patient
..valueAddress 0..1AddressPlace of Birth for patient
Use on element: Patient

XML Template

<!-- Place of Birth for patient -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/birthPlace" >
 <!-- from Element: extension -->
 <valueAddress> <!-- Address --!> /<valueAddress> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/birthPlace" : { // Place of Birth for patient
    "valueAddress" : [{ Address }] //Place of Birth for patient
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/birthPlace
Place of Birth for patient: The registered place of birth of the patient.
Use on element: Patient
..valueAddress 0..1AddressPlace of Birth for patient
Use on element: Patient

XML Template

<!-- Place of Birth for patient -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/birthPlace" >
 <!-- from Element: extension -->
 <valueAddress> <!-- Address --!> /<valueAddress> 
</extension>

JSON Template

to do