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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypePatient
IdPatient-Scen3PatientShevchenko.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

James Shevchenko (OFFICIAL) male, DoB: 1980-01-01 ( http://hospital.example.org/patients/123456)


Active:true
Contact Details:

Source1

{
  "resourceType": "Patient",
  "id": "Scen3PatientShevchenko",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.example.org/patients",
      "value": "123456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Shevchenko",
      "given": [
        "James"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-800-123-4567",
      "use": "home"
    },
    {
      "system": "email",
      "value": "mshevchenko@example.com",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "address": [
    {
      "use": "home",
      "line": [
        "123 Main St"
      ],
      "city": "Cincinnati",
      "state": "OH",
      "postalCode": "45202",
      "country": "USA"
    }
  ]
}