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

FHIR IG analytics

Packageihe.domain.profile
Resource TypePatient
IdPatient-ex-patient.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

Generated Narrative: Patient ex-patient

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

John Schmidt Other, DoB: 1923-07-25


Contact DetailWI USA

Source1

{
  "resourceType": "Patient",
  "id": "ex-patient",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "usual",
      "family": "Schmidt",
      "given": [
        "John"
      ]
    },
    {
      "use": "old",
      "family": "Schnidt",
      "given": [
        "John",
        "Jacob",
        "Jingle",
        "Heimer"
      ],
      "period": {
        "end": "1960"
      }
    },
    {
      "use": "official",
      "family": "Schmidt",
      "given": [
        "John",
        "Jacob",
        "Jingleheimer"
      ],
      "period": {
        "start": "1960-01-01"
      }
    },
    {
      "use": "nickname",
      "family": "Schmidt",
      "given": [
        "Jack"
      ]
    }
  ],
  "gender": "other",
  "birthDate": "1923-07-25",
  "address": [
    {
      "state": "WI",
      "country": "USA"
    }
  ]
}