Example in US Core9.0.0
Patient

infant-example

Patient-infant-example.json

Resource Details

Resource Type
Patient
Resource ID
infant-example
Identifier
http://example.org/patient/identifiers|1032703
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": "infant-example",
  "filename": "Patient-infant-example.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0"
  ],
  "identifier": {
    "system": "http://example.org/patient/identifiers",
    "value": "1032703"
  },
  "displayName": "Infant Example",
  "birthDate": "2020-06-02"
}