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

mCODECancerRelatedMedicationStatementExample02 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "MedicationStatement",
  "id" : "mCODECancerRelatedMedicationStatementExample02",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-medication-statement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODECancerRelatedMedicationStatementExample02</p><p><b>meta</b>: </p><p><b>status</b>: stopped</p><p><b>category</b>: Community <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/medication-statement-category code 'community' = 'Community)</span></p><p><b>medication</b>: gefitinib 250 MG Oral Tablet <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '349472' = 'gefitinib 250 MG Oral Tablet)</span></p><p><b>subject</b>: <a href=\"MedicationStatement-mCODECancerRelatedMedicationStatementExample02.html\">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>effective</b>: Apr 1, 2019 12:00:00 AM</p><p><b>dateAsserted</b>: Apr 1, 2019 12:00:00 AM</p><p><b>dosage</b>: </p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-treatment-intent",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "373808002"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-termination-reason",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "182992009"
          }
        ]
      }
    }
  ],
  "status" : "stopped",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code" : "community"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "349472"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/mCODEPatientExample01"
  },
  "effectiveDateTime" : "2019-04-01",
  "dateAsserted" : "2019-04-01",
  "dosage" : [
    {
      "text" : "250mg orally once daily with or without food",
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}