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

: Document de préadmission - CNI recto - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "documentreference-cni-recto",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-documentreference-fr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : RéférenceDocument documentreference-cni-recto</b></p><a name=\"documentreference-cni-recto\"> </a><a name=\"hcdocumentreference-cni-recto\"> </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-documentreference-fr.html\">Fr Preadmission DocumentReference Profile</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://hl7.fr/fhir/fr/preadmission/CodeSystem/document-type-code-system CN_RECTO}\">Recto Carte d’identité</span></p><p><b>subject</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>date</b>: 2025-05-01 10:00:00+0100</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://example.com/documents/cni-recto.pdf\">https://example.com/documents/cni-recto.pdf</a></td><td>Carte d'identité - Recto</td><td>2025-04-30 15:00:00+0100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-encounter-irm-refused.html\">Consultation IRM refusée</a></td></tr></table></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.fr/fhir/fr/preadmission/CodeSystem/document-type-code-system",
        "code" : "CN_RECTO",
        "display" : "Recto Carte d’identité"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-001",
    "display" : "Jean Dupont"
  },
  "date" : "2025-05-01T10:00:00+01:00",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://example.com/documents/cni-recto.pdf",
        "title" : "Carte d'identité - Recto",
        "creation" : "2025-04-30T15:00:00+01:00"
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        🔗 "reference" : "Encounter/encounter-irm-refused",
        "display" : "Consultation IRM refusée"
      }
    ]
  }
}