Guide d'implémentation Fr Core
2.1.0 - ci-build France flag

Guide d'implémentation Fr Core - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FRCoreEncounterExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "FRCoreEncounterExample",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Encounter FRCoreEncounterExample</b></p><a name=\"FRCoreEncounterExample\"> </a><a name=\"hcFRCoreEncounterExample\"> </a><a name=\"FRCoreEncounterExample-fr-FR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-encounter.html\">FR Core Encounter Profile</a></p></div><p><b>FR Core Encounter Estimated Discharge Date Extension</b>: 2019-01-02</p><p><b>identifier</b>: Visit Number/123</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>period</b>: 2019-01-02 --&gt; 2019-02-02</p></div>"
  },
  "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"
  }
}