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

FHIR IG analytics

Packageacme.canada
Resource TypePatient
IdPatient-4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-patient"
    ]
  },
  "name": [
    {
      "family": "Neumann",
      "given": [
        "Wiliam"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1965-05-12"
}