FHIR IG analytics| Package | hl7.eu.fhir.gh |
| Resource Type | DocumentReference |
| Id | DocumentReference-asm-hipericum-test-script-1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference asm-hipericum-test-script-1
Profile: Additional Support Material Profile
RelatedMedicalIssue: Depressive disorder (disorder)
identifier: http://example.org/testscript8
version: 1.0
status: Current
docStatus: Final
category: Medication and Disease Management
author: NHS
description:
How to deal with unhelpful thoughts
content
Attachments
Extension ContentType Language Url Title text/html English https://www.youtube.com/watch?v=63zXqalSSFk How to deal with unhelpful thoughts
{
"resourceType": "DocumentReference",
"id": "asm-hipericum-test-script-1",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/RelatedMedicalIssue",
"valueCodeableReference": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "35489007",
"display": "Depressive disorder (disorder)"
}
]
}
}
}
],
"identifier": [
{
"system": "http://example.org",
"value": "testscript8"
}
],
"version": "1.0",
"status": "current",
"docStatus": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs",
"code": "MDM"
}
]
}
],
"subject": {
"reference": "MedicinalProductDefinition/mpaf8d2f6e4772c29a8ef9fbb165e80d28"
},
"author": [
{
"display": "NHS"
}
],
"description": "How to deal with unhelpful thoughts",
"content": [
{
"attachment": {
"extension": [
{
"url": "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/VisualizationMethod",
"valueCode": "video"
}
],
"contentType": "text/html",
"language": "en",
"url": "https://www.youtube.com/watch?v=63zXqalSSFk",
"title": "How to deal with unhelpful thoughts"
}
}
]
}