Example in US Core9.0.0
Patient

child-example

Patient-child-example.json

Resource Details

Resource Type
Patient
Resource ID
child-example
Identifier
http://example.org/patient/identifiers|1032704
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": "child-example",
  "filename": "Patient-child-example.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0"
  ],
  "identifier": {
    "system": "http://example.org/patient/identifiers",
    "value": "1032704"
  },
  "displayName": "Child Example",
  "birthDate": "2016-01-15"
}