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

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 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

mCODEPractitionerExample01 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Practitioner",
  "id" : "mCODEPractitionerExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODEPractitionerExample01</p><p><b>meta</b>: </p><p><b>identifier</b>: 9988776655</p><p><b>name</b>: Kyle Anydoc </p><p><b>address</b>: 567 Healthcare Drive Anytown MA 12345 US (HOME)</p><p><b>gender</b>: male</p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>MD <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0360 code 'MD' = 'MD)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "9988776655"
    }
  ],
  "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",
            "version" : "2.7",
            "code" : "MD"
          }
        ]
      }
    }
  ]
}