HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU Ballot 1

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Example: mCODEPractitionerExample01

{
  "resourceType" : "Practitioner",
  "id" : "mCODEPractitionerExample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>*** mCODE Example: Practitioner ***</b></p><p><b>id</b>: mCODEPractitionerExample01</p><p><b>meta</b>: </p><p><b>identifier</b>: 9941339108, 25456</p><p><b>name</b>: Kyle Anydoc, MD </p><p><b>address</b>: 567 Healthcare Drive Anytown MA 12345 (HOME)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "9988776655"
    },
    {
      "system" : "http://www.acme.org/practitioners",
      "value" : "25456"
    }
  ],
  "name" : [
    {
      "family" : "Anydoc",
      "given" : [
        "Kyle"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "567 Healthcare Drive"
      ],
      "city" : "Anytown",
      "state" : "MA",
      "postalCode" : "12345",
      "country" : "US"
    }
  ],
  "gender" : "male",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ]
      }
    }
  ]
}