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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeEncounter
IdEncounter-FRCoreEncounterExample.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

Narratif généré : Venue FRCoreEncounterExample

FR Core Encounter Estimated Discharge Date Extension: 2019-01-02

identifier: Visit Number/123

status: In Progress

class: ActCode: AMB (ambulatory)

period: 2019-01-02 --> 2019-02-02


Source1

{
  "resourceType": "Encounter",
  "id": "FRCoreEncounterExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-estimated-discharge-date",
      "valueDate": "2019-01-02"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type",
            "code": "VN"
          }
        ]
      },
      "system": "http://encounter-identifier-system.org",
      "value": "123"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "period": {
    "start": "2019-01-02",
    "end": "2019-02-02"
  }
}