FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | DocumentReference |
| Id | DocumentReference-mni-documentReference-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference mni-documentReference-example2
status: Current
type: Laboratory report (record artifact)
category: Summary clinical document (record artifact)
content
Attachments
ContentType Url Title Creation application/pdf file://c:/temp/document2.pdf Second report 2018-10-10
{
"resourceType": "DocumentReference",
"id": "mni-documentReference-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-documentReference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "4241000179101",
"display": "Laboratory report (record artifact)"
}
]
},
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "422735006",
"display": "Summary clinical document (record artifact)"
}
]
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "file://c:/temp/document2.pdf",
"title": "Second report",
"creation": "2018-10-10"
}
}
]
}