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

FHIR IG analytics

Packageca.on.oh-cms
Resource TypePerson
IdPerson-example.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": "Person",
  "id": "cms-person-example",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Person|1.0.0"
    ]
  },
  "identifier": [
    {
      "system": "https://infoway-inforoute.ca/fhir/NamingSystem/ca-on-patient-hcn",
      "value": "1234567890"
    },
    {
      "system": "http://ehealthontario.ca/fhir/NamingSystem/ca-on-panorama-immunization-id",
      "value": "1244566"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Chalmers",
      "given": [
        "Simon"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "416-123-3456"
    }
  ],
  "gender": "male",
  "birthDate": "1926-02-24",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "13 Boring St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1M M2M",
      "country": "CAN"
    }
  ]
}