FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.central-cancer-registry-reporting.r4
Resource TypeEncounter
IdEncounter-encounter-cancer-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Encounter Example


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-cancer-example",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2021-07-19T03:02:05.801+00:00",
    "source": "#YUwy5zH7WyiblJ5p",
    "profile": [
      "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.smarthealthit.org",
      "value": "9937012"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "308335008",
          "display": "Patient encounter procedure"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/1",
        "display": "Joseph Nichols"
      }
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/primary-cancer-condition-breast"
      }
    }
  ]
}