Example in mCODE (Oncology)4.0.0
Patient

cancer-patient-jenny-m

Patient-cancer-patient-jenny-m.json

Resource Details

Resource Type
Patient
Resource ID
cancer-patient-jenny-m
Identifier
http://hospital.example.org|MRN1234
Conforms To
http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "cancer-patient-jenny-m",
  "filename": "Patient-cancer-patient-jenny-m.json",
  "profile": [
    "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
  ],
  "identifier": {
    "system": "http://hospital.example.org",
    "value": "MRN1234"
  },
  "displayName": "Jenny M",
  "gender": "female",
  "birthDate": "1965-01-01"
}