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

FHIR IG analytics

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

Jorin Khatun male, DoB: 1967-05-20 ( http://hospital.example.org/patients/123456)


Active:true
Contact Details:

Source1

{
  "resourceType": "Patient",
  "id": "Scen1PatientKhatun",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.example.org/patients",
      "value": "123456"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Khatun",
      "given": [
        "Jorin"
      ],
      "prefix": [
        "Mr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1(555) 555-1234",
      "use": "home"
    },
    {
      "system": "email",
      "value": "Jorin.khatun@example.org",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1967-05-20",
  "address": [
    {
      "line": [
        "123 Main St"
      ],
      "city": "Anytown",
      "state": "CA",
      "postalCode": "12345",
      "country": "USA"
    }
  ]
}