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

FHIR IG analytics

Packageihe.rad.idr
Resource TypePatient
IdPatient-example-Patient.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

John Smith (no stated gender), DoB Unknown ( Medical Record Number/1234567)



Source1

{
  "resourceType": "Patient",
  "id": "example-Patient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://www.acme.com/identifiers/patient",
      "value": "1234567"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "John"
      ]
    }
  ]
}