Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne
0.1.0 - ci-build
FRANCE
Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "coverage-amc",
"meta" : {
"profile" : [
🔗 "http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-coverage-fr"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Couverture coverage-amc</b></p><a name=\"coverage-amc\"> </a><a name=\"hccoverage-amc\"> </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-preadmission-coverage-fr.html\">Fr Preadmission Coverage Profile</a></p></div><blockquote><p><b>Extension AMC Étendue ROC</b></p><ul><li>codeConvention: 12345</li><li>codeCSR: 67890</li></ul></blockquote><p><b>identifier</b>: <code>http://example.com/identifiers/coverage</code>/AMC-2025-001\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Assurance Maladie Complémentaire</span></p><p><b>subscriber</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>subscriberId</b>: AMC-987654321</p><p><b>beneficiary</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>period</b>: 2025-01-01 00:00:00+0100 --> 2025-12-31 23:59:59+0100</p><p><b>payor</b>: Nom Assurance Maladie Complémentaire (Identifier: <code>urn:oid:1.2.250.1.213.1.1.4.6</code>/987654321)</p></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "codeConvention",
"valueString" : "12345"
},
{
"url" : "codeCSR",
"valueString" : "67890"
}
],
"url" : "http://hl7.fr/fhir/fr/preadmission/StructureDefinition/fr-coverage-amc-extended"
}
],
"identifier" : [
{
"use" : "official",
"system" : "http://example.com/identifiers/coverage",
"value" : "AMC-2025-001"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"code" : "EHCPOL",
"display" : "Assurance Maladie Complémentaire"
}
]
},
"subscriber" : {
🔗 "reference" : "Patient/patient-001",
"display" : "Jean Dupont"
},
"subscriberId" : "AMC-987654321",
"beneficiary" : {
🔗 "reference" : "Patient/patient-001",
"display" : "Jean Dupont"
},
"period" : {
"start" : "2025-01-01T00:00:00+01:00",
"end" : "2025-12-31T23:59:59+01:00"
},
"payor" : [
{
"identifier" : {
"system" : "urn:oid:1.2.250.1.213.1.1.4.6",
"value" : "987654321"
},
"display" : "Nom Assurance Maladie Complémentaire"
}
]
}