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

FHIR IG analytics

Packagepc.ig
Resource TypeEncounter
IdEncounter-VisitExample1.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: Encounter VisitExample1

Profile: Visit

Transplant ID relationship: Encounter: extension = ->Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001),0.95,false,480,18,Accessory hepatic artery reconstructed,45; identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/transplant#T000001; status = finished; class = inpatient encounter (ActCode#IMP); type = Liver transplant; period = 2023-08-15 08:00:00+0100 --> (ongoing)

Outcome ID relationship: Basic Clinical outcome

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit/V000001

status: Finished

class: ActCode: AMB (ambulatory)

type: 1 month visit

subject: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

period: 2023-09-15 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "VisitExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/visit"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/visit-transplant-ref",
      "valueReference": {
        "reference": "Encounter/TransplantExample1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/visit-outcome-ref",
      "valueReference": {
        "reference": "Basic/outcome-example-1"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit",
      "value": "V000001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/visit-type",
          "code": "month-1",
          "display": "1 month visit"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "period": {
    "start": "2023-09-15"
  }
}