minimal Common Oncology Data Elements (mCODE) Implementation Guide
1.16.0 - STU Release 2 (Ballot Version)

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

: us-core-procedure-biopsy-jenny-m - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "us-core-procedure-biopsy-jenny-m",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 723990008}\">Biopsy of breast using ultrasonographic guidance (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-jenny-m.html\">Generated Summary: Medical Record Number: MRN1234 (USUAL); Jenny M ; gender: female; birthDate: 1965-01-01</a></p><p><b>performed</b>: 2018-03-06</p><p><b>asserter</b>: <a href=\"Practitioner-us-core-practitioner-mary-obgyn.html\">Generated Summary: id: 234512367; Mary Obgyn ; gender: female</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-us-core-practitioner-mary-obgyn.html\">Generated Summary: id: 234512367; Mary Obgyn ; gender: female</a></td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-primary-cancer-condition-jenny-m.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical remission}\">Remission</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span>; <span title=\"Codes: {http://snomed.info/sct 353431000119107}\">Primary malignant neoplasm of female left breast (disorder)</span>; onset: 2018-03-16</a></p><p><b>bodySite</b>: <span title=\"Codes: {http://snomed.info/sct 80248007}\">Left breast structure (body structure)</span></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "723990008",
        "display" : "Biopsy of breast using ultrasonographic guidance (procedure)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/cancer-patient-jenny-m"
  },
  "performedDateTime" : "2018-03-06",
  "asserter" : {
    "reference" : "Practitioner/us-core-practitioner-mary-obgyn"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/us-core-practitioner-mary-obgyn"
      }
    }
  ],
  "reasonReference" : [
    {
      "reference" : "Condition/primary-cancer-condition-jenny-m"
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "80248007",
          "display" : "Left breast structure (body structure)"
        }
      ]
    }
  ]
}