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

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypePatient
Idrdc-Patient-Peter-minimal.json
FHIR VersionR5

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": "rdc-Patient-Peter-minimal",
  "meta": {
    "profile": [
      "https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.724.4.41",
      "value": "5e3b4d8f-2c3a-4c8b-bd3e-9a1f8e7c6a2d"
    }
  ],
  "name": [
    {
      "family": "Chalmers",
      "given": [
        "Peter"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "peter@email.com"
    }
  ]
}