Example in Immunization DS1.0.0
Patient

ImmDSPatientExample

Patient-ImmDSPatientExample.json

Resource Details

Resource Type
Patient
Resource ID
ImmDSPatientExample
Identifier
http://www.acme.com/identifiers/patient|1234
Conforms To
http://hl7.org/fhir/us/immds/StructureDefinition/immds-patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "ImmDSPatientExample",
  "filename": "Patient-ImmDSPatientExample.json",
  "profile": [
    "http://hl7.org/fhir/us/immds/StructureDefinition/immds-patient"
  ],
  "identifier": {
    "system": "http://www.acme.com/identifiers/patient",
    "value": "1234"
  },
  "displayName": "Gene Wellington",
  "gender": "male",
  "birthDate": "2020-04-28"
}