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

FHIR IG analytics

Packagecare.commonprofiles.fhir
Resource TypePatient
IdPatient-PatientSEVendorLiteExample.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

Kalle Krank (no stated gender), DoB Unknown ( id: 191212121212)


Deceased:false

Source1

{
  "resourceType": "Patient",
  "id": "PatientSEVendorLiteExample",
  "meta": {
    "profile": [
      "https://commonprofiles.care/fhir/StructureDefinition/PatientSEVendorLite"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "191212121212"
    }
  ],
  "name": [
    {
      "family": "Krank",
      "given": [
        "Kalle"
      ]
    }
  ],
  "deceasedBoolean": false
}