Example in mCODE (Oncology)4.0.0
Patient

cancer-patient-brian-l

Patient-cancer-patient-brian-l.json

Resource Details

Resource Type
Patient
Resource ID
cancer-patient-brian-l
Identifier
http://hospital.example.org|MRN5678
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-brian-l",
  "filename": "Patient-cancer-patient-brian-l.json",
  "profile": [
    "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
  ],
  "identifier": {
    "system": "http://hospital.example.org",
    "value": "MRN5678"
  },
  "displayName": "Brian L",
  "gender": "male",
  "birthDate": "2021-01-01"
}