FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.sdo
Resource TypeDocumentReference
IdDocumentReference-exemple-esms-document-reference.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference exemple-esms-document-reference

identifier: idDecision (use: usual, ), idNat_Decision (use: official, )

status: Current

type: Evaluation note

content

Attachments

-ContentTypeLanguageDataTitle
*text/plainFrenchSGVsbG8gd29ybGQ=Document évaluation

Source1

{
  "resourceType": "DocumentReference",
  "id": "exemple-esms-document-reference",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/esms-document-reference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "value": "idDecision"
    },
    {
      "use": "official",
      "value": "idNat_Decision"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "51848-0",
        "display": "Evaluation note"
      }
    ]
  },
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "language": "fr",
        "data": "SGVsbG8gd29ybGQ=",
        "title": "Document évaluation"
      }
    }
  ]
}