ACT-NOW Implementation Guide
0.4.0 - ci-build New Zealand flag

ACT-NOW Implementation Guide, published by Te aho o te kahu - Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/davidhay25/actnow/ and changes regularly. See the Directory of published versions

: Small cell lung cancer diagnosis - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "exSmallCellCancer",
  "meta" : {
    "profile" : [
      🔗 "http://canshare.co.nz/fhir/StructureDefinition/an-condition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition exSmallCellCancer</b></p><a name=\"exSmallCellCancer\"> </a><a name=\"hcexSmallCellCancer\"> </a><a name=\"exSmallCellCancer-en-NZ\"> </a><p><b>RecurrenceType</b>: <span title=\"Codes:{http://snomed.info/sct 372288004}\">Local tumor invasion (finding)</span></p><p><b>identifier</b>: <code>http://vendor.org/condition</code>/001</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3254632001}\">Small cell carcinoma of lung (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:\">Left lung</span></p><p><b>subject</b>: <a href=\"Patient-exPatient.html\">Lorrie Lung (no stated gender), DoB: 1969-02-02 ( https://standards.digital.health.nz/ns/nhi-id#WER4568)</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td> </td><td><a href=\"Observation-exSmallCellCancerHistology.html\">Observation Histologic type of primary malignant neoplasm (observable entity)</a></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 373795004}\">Cancer diagnosis based on clinical evidence (finding)</span></td><td> </td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://canshare.co.nz/fhir/StructureDefinition/an-recurrence-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "372288004",
            "display" : "Local tumor invasion (finding)"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://vendor.org/condition",
      "value" : "001"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "3254632001",
        "display" : "Small cell carcinoma of lung (disorder)"
      }
    ]
  },
  "bodySite" : [
    {
      "text" : "Left lung"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/exPatient"
  },
  "evidence" : [
    {
      "detail" : [
        {
          🔗 "reference" : "Observation/exSmallCellCancerHistology"
        }
      ]
    },
    {
      "code" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "373795004",
              "display" : "Cancer diagnosis based on clinical evidence (finding)"
            }
          ]
        }
      ]
    }
  ]
}