Example in US Core9.0.0
Patient

example

Patient-example.json

Resource Details

Resource Type
Patient
Resource ID
example
Identifier
http://example.org/patient/identifiers|1032702
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": "example",
  "filename": "Patient-example.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0"
  ],
  "identifier": {
    "system": "http://example.org/patient/identifiers",
    "value": "1032702"
  },
  "displayName": "Amy V. Shaw",
  "birthDate": "1987-02-20"
}