FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.gh
Resource TypeDocumentReference
IdDocumentReference-asm-alicia-example-3.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference asm-alicia-example-3

RelatedMedicalIssue: Depressive disorder

identifier: http://example.org/3

version: 1.0

status: Current

docStatus: Final

category: Medication Usage

author: NHS

description:

In this video, a doctor explains a self-help method for those experiencing low mood and depression.

content

Attachments

-ExtensionContentTypeLanguageUrlTitleDuration
*text/htmlEnglishhttps://www.youtube.com/watch?v=qKcRUOWYQ9wSelf-help method for those experiencing low mood and depression.715

Source1

{
  "resourceType": "DocumentReference",
  "id": "asm-alicia-example-3",
  "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"
            }
          ]
        }
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org",
      "value": "3"
    }
  ],
  "version": "1.0",
  "status": "current",
  "docStatus": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs",
          "code": "MU"
        }
      ]
    }
  ],
  "author": [
    {
      "display": "NHS"
    }
  ],
  "description": "In this video, a doctor explains a self-help method for those experiencing low mood and depression.",
  "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=qKcRUOWYQ9w",
        "title": "Self-help method for those experiencing low mood and depression.",
        "duration": 715
      }
    }
  ]
}