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

FHIR IG analytics

Packageihe.rad.mado
Resource TypePatient
IdPatient-pat-mrn--1097192655.json
FHIR VersionR4

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 pat-mrn--1097192655

John DOE Male, DoB: 1977-05-30 ( Medical Record number: UV59569735 (use: usual, ))



Source1

{
  "resourceType": "Patient",
  "id": "pat-mrn--1097192655",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record number"
          }
        ]
      },
      "system": "http://example.org/fhir/mrn-ids",
      "value": "UV59569735"
    }
  ],
  "name": [
    {
      "text": "John DOE",
      "family": "DOE",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1977-05-30"
}