Example in mCODE (Oncology)4.0.0
Patient

cancer-patient-john-anyperson

Patient-cancer-patient-john-anyperson.json

Resource Details

Resource Type
Patient
Resource ID
cancer-patient-john-anyperson
Identifier
http://hospital.example.org|m123
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-john-anyperson",
  "filename": "Patient-cancer-patient-john-anyperson.json",
  "profile": [
    "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
  ],
  "identifier": {
    "system": "http://hospital.example.org",
    "value": "m123"
  },
  "displayName": "John B. Anyperson",
  "gender": "male",
  "birthDate": "1951-01-20"
}