FHIR IG analytics| Package | ans.fhir.fr.sdo |
| Resource Type | DocumentReference |
| Id | DocumentReference-exemple-esms-document-reference.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference exemple-esms-document-reference
Profil: ESMSDocumentReference
identifier: idDecision (use: usual, ), idNat_Decision (use: official, )
status: Current
type: Evaluation note
content
Attachments
ContentType Language Data Title text/plain French SGVsbG8gd29ybGQ=Document évaluation
{
"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"
}
}
]
}