Guide d'implémentation Fr Core
2.2.0-ballot - ballot
Guide d'implémentation Fr Core, publié par Interop'Santé. Ce guide nest pas une publication autorisée ; cest la version en intégration continue pour la version 2.2.0-ballot construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/Interop-Sante/hl7.fhir.fr.core/ et change régulièrement. Voir le répertoire des versions publiées
{
"resourceType" : "Location",
"id" : "hopitaltest-endocrino-ch04-litF",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-location"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Localisation hopitaltest-endocrino-ch04-litF</b></p><a name=\"hopitaltest-endocrino-ch04-litF\"> </a><a name=\"hchopitaltest-endocrino-ch04-litF\"> </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-location.html\">FR Core Location Profile</a></p></div><p><b>fr/ig/fhir/core/StructureDefinition/fr-core-location-position-lit</b>: <a href=\"CodeSystem-fr-core-cs-location-position-lit.html#fr-core-cs-location-position-lit-FNTR\">FR Core CodeSystem Position du lit: FNTR</a> (Fenêtre)</p><p><b>status</b>: Active</p><p><b>name</b>: Lit Fenetre - chambre 04</p><p><b>type</b>: <span title=\"Codes :{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type LIT}\">Lit</span></p><p><b>telecom</b>: ph: 84921</p><p><b>partOf</b>: <a href=\"Organization/hopitaltest-endocrino-ch04\">Organization/hopitaltest-endocrino-ch04</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-location-position-lit",
"valueCoding" : {
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-position-lit",
"code" : "FNTR",
"display" : "Fenêtre"
}
}
],
"status" : "active",
"name" : "Lit Fenetre - chambre 04",
"type" : [
{
"coding" : [
{
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type",
"code" : "LIT",
"display" : "Lit"
}
],
"text" : "Lit"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "84921"
}
],
"partOf" : {
"reference" : "Organization/hopitaltest-endocrino-ch04"
}
}