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

FHIR IG analytics

Packagech.fhir.ig.swissnoso
Resource TypeEncounter
IdEncounter-Encounter-14200210624.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 "Encounter-14200210624"

Profile: Swissnoso Encounter

Swissnoso Organizational Unit

value: Chirurgie (Details: http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-ward-specialty code SUR = 'Surgery', stated as 'Chirurgie')

identifier: Visit number: 14200210624

status: finished

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

subject: Patient/AnnaMeier

period: 2021-06-24 --> 2021-07-08

serviceProvider: Organization/SpitalTannenwald


Source1

{
  "resourceType": "Encounter",
  "id": "Encounter-14200210624",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "unit",
          "valueCoding": {
            "system": "http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-ward-specialty",
            "code": "SUR",
            "display": "Chirurgie"
          }
        }
      ],
      "url": "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-organizational-unit"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN"
          }
        ]
      },
      "system": "http://fhir.tannenwald.ch/fid",
      "value": "14200210624"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/AnnaMeier"
  },
  "period": {
    "start": "2021-06-24",
    "end": "2021-07-08"
  },
  "serviceProvider": {
    "reference": "Organization/SpitalTannenwald"
  }
}