Example in Da Vinci PCT2.0.1
Patient

patient1001

Patient-patient1001.json

Resource Details

Resource Type
Patient
Resource ID
patient1001
Identifier
http://example.com/identifiers/patient|1001
Conforms To
http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "patient1001",
  "filename": "Patient-patient1001.json",
  "profile": [
    "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0"
  ],
  "identifier": {
    "system": "http://example.com/identifiers/patient",
    "value": "1001"
  },
  "displayName": "Eve Betterhalf",
  "gender": "female",
  "birthDate": "1955-07-23"
}