FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ibcm
Resource TypePatient
IdPatient-uc3-mother.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient uc3-mother

MS Female, DoB: 1991-02-01 ( ms)


Active:true
Contact Detail88, Factory Road Peradeniya Sri Lanka
Contact:
Links:

Source1

{
  "resourceType": "Patient",
  "id": "uc3-mother",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "ms"
    }
  ],
  "active": true,
  "name": [
    {
      "given": [
        "MS"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1991-02-01",
  "address": [
    {
      "line": [
        "88, Factory Road"
      ],
      "city": "Peradeniya",
      "country": "Sri Lanka"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "+0012345678"
        }
      ]
    }
  ],
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/uc3-mother-fetus"
      },
      "type": "seealso"
    }
  ]
}