FHIR IG analytics| Package | hl7.eu.fhir.gh |
| Resource Type | DocumentReference |
| Id | DocumentReference-asm-biktarvy-example-5.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference asm-biktarvy-example-5
Profile: Additional Support Material Profile
RelatedMedicalIssue: Human immunodeficiency virus infection
identifier: http://example.org/teste1-image
version: 1.0
status: Current
docStatus: Final
category: Medication and Disease Management
author: test
description:
Test-teste-image
content
Attachments
Extension ContentType Language Url Title Duration image/jpeg English https://www.drugs.com/images/pills/fio/GIL25010/biktarvy.JPG Biktarvy - Pill Image 715
{
"resourceType": "DocumentReference",
"id": "asm-biktarvy-example-5",
"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": "86406008"
}
]
}
}
}
],
"identifier": [
{
"system": "http://example.org",
"value": "teste1-image"
}
],
"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/mp2a9c4333cfd126f2e7b73ad3cafd6949"
},
"author": [
{
"display": "test"
}
],
"description": "Test-teste-image",
"content": [
{
"attachment": {
"extension": [
{
"url": "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/VisualizationMethod",
"valueCode": "image"
}
],
"contentType": "image/jpeg",
"language": "en",
"url": "https://www.drugs.com/images/pills/fio/GIL25010/biktarvy.JPG",
"title": "Biktarvy - Pill Image",
"duration": 715
}
}
]
}