Example in US Core9.0.0
Patient

deceased-example

Patient-deceased-example.json

Resource Details

Resource Type
Patient
Resource ID
deceased-example
Identifier
http://example.org/patient/identifiers|55555555
Conforms To
http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "deceased-example",
  "filename": "Patient-deceased-example.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0"
  ],
  "identifier": {
    "system": "http://example.org/patient/identifiers",
    "value": "55555555"
  },
  "displayName": "Mary A. Shaw",
  "birthDate": "1937-10-21"
}