FHIR IG analytics| Package | hl7.eu.fhir.gh |
| Resource Type | DocumentReference |
| Id | DocumentReference-asm-3.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference asm-3
Profile: Additional Support Material Profile
identifier: http://example.org/1
version: 1.0
status: Current
docStatus: Final
category: Support Administration
subject: ACME DRUG
author: GH
description:
example of Additional material in strucutred format
content
Attachments
ContentType Language Url Title application/json+fhir English Composition/Example Example of Additional material in strucutred format
{
"resourceType": "DocumentReference",
"id": "asm-3",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org",
"value": "1"
}
],
"version": "1.0",
"status": "current",
"docStatus": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs",
"code": "SA"
}
]
}
],
"subject": {
"display": "ACME DRUG"
},
"author": [
{
"display": "GH"
}
],
"description": "example of Additional material in strucutred format",
"content": [
{
"attachment": {
"contentType": "application/json+fhir",
"language": "en",
"url": "Composition/Example",
"title": "Example of Additional material in strucutred format"
}
}
]
}