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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeEncounter
IdEncounter-Venue-R4.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 with Details

id : fr-encounter-venue-11122019

identifier : Encounter_Rouault

status : in-progress

StatusHistories

- Status Period
* arrived 2019-10-08 --> (ongoing)

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

type : Inpatient stay for ten days (Details : {SNOMED CT code '183807002' = 'Inpatient stay 10 days', given as 'Inpatient stay for nine days'})

priority : High priority (Details : {SNOMED CT code '394849002' = 'High priority', given as 'High priority'})

subject : Anne Rouault

Participants

- Type Individual
* Participation (Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationType code 'PART' = 'Participation) Practitioner/f201

period : 11/03/2013 --> 20/03/2013

reasonCode : The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy. (Details )

Hospitalizations

- Origin AdmitSource ReAdmission DietPreference SpecialCourtesy SpecialArrangement Destination
* Location/2 Clinical Oncology Department (Details : {SNOMED CT code '309902002' = 'Clinical oncology department', given as 'Clinical Oncology Department'}) readmitted (Details : {[not stated] code 'null' = 'null', given as 'readmitted'}) Fluid balance regulation (Details : {SNOMED CT code '276026009' = 'Fluid balance regulation', given as 'Fluid balance regulation'}) normal courtesy (Details : {http://terminology.hl7.org/CodeSystem/v3-EncounterSpecialCourtesy code 'NRM' = 'normal courtesy', given as 'normal courtesy'}) Wheelchair (Details : {http://terminology.hl7.org/CodeSystem/encounter-special-arrangements code 'wheel' = 'Wheelchair', given as 'Wheelchair'}) Location/2

serviceProvider : Organization/2

partOf : Encounter/f203


Source1

{
  "resourceType": "Encounter",
  "id": "fr-encounter-venue-11122019",
  "meta": {
    "profile": [
      "http://www.interopsante.org/fhir/structuredefinition/resource/fr-encounter"
    ]
  },
  "extension": [
    {
      "url": "http://www.interopsante.org/fhir/structuredefinition/encounter/fr-estimated-discharge-date",
      "valueDate": "2019-08-20"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN",
            "display": "Visit Number"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2.1330780321.z",
      "value": "123456"
    }
  ],
  "status": "in-progress",
  "statusHistory": [
    {
      "status": "arrived",
      "period": {
        "start": "2019-10-08"
      }
    }
  ],
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "183807002",
          "display": "Inpatient stay for ten days"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394849002",
        "display": "High priority"
      }
    ]
  },
  "subject": {
    "reference": "Patient/exemple-patient-11122019",
    "display": "Anne Rouault (Venue principale qui englobe les mouvements)"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/practitioner-Durand-05122019"
      }
    }
  ],
  "period": {
    "start": "2019-08-10"
  },
  "reasonCode": [
    {
      "text": "The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely      due to chemotherapy."
    }
  ],
  "hospitalization": {
    "dietPreference": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "276026009",
            "display": "Fluid balance regulation"
          }
        ]
      }
    ],
    "specialCourtesy": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-EncounterSpecialCourtesy",
            "code": "NRM",
            "display": "normal courtesy"
          }
        ]
      }
    ],
    "specialArrangement": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/encounter-special-arrangements",
            "code": "wheel",
            "display": "Wheelchair"
          }
        ]
      }
    ]
  },
  "location": [
    {
      "location": {
        "reference": "Location/exemple-location-pneumologie-05122019"
      }
    },
    {
      "location": {
        "reference": "Location/exemple-location-cardiologie-12122019"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/exemple-organisation-pneumologie-05122019"
  }
}