FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | Encounter |
| Id | Encounter-FRCoreEncounterExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Venue FRCoreEncounterExample
Profil: FR Core Encounter Profile
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
{
"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"
}
}