Release 4

Patient-example-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",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: infant-mom</p><p><b>name</b>: Leia Solo (OFFICIAL), Leia Organa (MAIDEN)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: Oct 12, 1995</p><p><b>maritalStatus</b>: Married <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus code 'M' = 'Married', given as 'Married'})</span></p><p><b>generalPractitioner</b>: <a>Too-Onebee</a></p></div>"
  },
  "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/21B",
      "display": "Too-Onebee"
    }
  ]
}

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.