FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Patient/infant-mom (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Mother of infant twins and fetal infant.

{
  "resourceType" : "Patient",
  "id" : "infant-mom",
  "name" : [{
    "use" : "official",
    "family" : "Solo",
    "given" : ["Leia"]
  },
  {
    "use" : "maiden",
    "family" : "Organa",
    "given" : ["Leia"]
  }],
  "gender" : "female",
  "birthDate" : "1995-10-12",
  "maritalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "code" : "M",
      "display" : "Married"
    }]
  },
  "generalPractitioner" : [{
    "reference" : "Practitioner/f202",
    "display" : "Luigi Maas"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.