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

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypeEncounter
IdEncounter-TreatmentDecision-Tumourboard20181215.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

Generated Narrative

Resource "TreatmentDecision-Tumourboard20181215"

Profile: CH CRL Encounter Treatment Decision

status: finished

class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')

type: Tumour board (NKRS - Basis of First Treatment Complex Decision#1)

serviceType: Healthcare decision making (observable entity) (SNOMED CT#405083000)

subject: Patient/FranzMinimum " MINIMUM"

period: 2018-12-15 --> (ongoing)

reasonReference: Observation/ICD-10


Source1

{
  "resourceType": "Encounter",
  "id": "TreatmentDecision-Tumourboard20181215",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-encounter-treatmentdecision"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-basisoffirsttreatmentcomplexdecision",
          "code": "1",
          "display": "Tumour board"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "405083000",
        "display": "Healthcare decision making (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FranzMinimum"
  },
  "period": {
    "start": "2018-12-15"
  },
  "reasonReference": [
    {
      "reference": "Observation/ICD-10"
    }
  ]
}