Entity: Encounter - itaybraun/FHIR_OS_SampleData GitHub Wiki
Encounter
An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. https://www.hl7.org/fhir/encounter.html
Example: https://www.hl7.org/fhir/encounter-example-f201-20130404.json.html
User Input
- Status: from http://hl7.org/fhir/ValueSet/encounter-status (https://www.hl7.org/fhir/valueset-encounter-status.html) . Default = "planned".
- Priority: From http://terminology.hl7.org/ValueSet/v3-ActPriority (https://www.hl7.org/fhir/v3/ActPriority/vs.html) . Default = "R". (Routine)
- Subject: sometimes not needed as the Encounter created in the context of a specific patient
- Participant: "participant": [ { "individual": { "reference": "Practitioner/f201" } } ],
- ReasonCode.Text: free text
- Period: Contains "start" and "end", each with a datetime
- based of: an Id of a Service Request. Can have an array of SR (Itay: double check arrays are supported).
System Parameters and hard coded values
- Class = "FLD". Fields visits are "FLD". See full list here: https://www.hl7.org/fhir/v3/ActEncounterCode/vs.html
- Type = SNOMED Code for home visit
Should also map ReasonCode and location "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "11429006", "display": "Consultation" } ] } ],
- ServiceProvider: configured organization