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

FHIR IG analytics

Packagehl7.eu.fhir.gh
Resource TypeDocumentReference
IdDocumentReference-asm-2.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-2

identifier: http://example.org/2

version: 1.0

status: Current

docStatus: Final

category: Medication and Disease Management

subject: Xarelto

author: X-Plain Patient Education

description:

This patient education program explains Xarelto. Xarelto is also known as rivaroxaban. The program includes the following sections: what are the benefits of Xarelto, what are the risks of Xarelto, how does one take Xarelto, what are special considerations for Xarelto and when should you call your health care provider.

content

Attachments

-ExtensionContentTypeLanguageUrlTitleDuration
*text/htmlEnglishhttps://www.youtube.com/watch?v=nJxoFG9Y8xEPatient education program explaining Xarelto715

Source1

{
  "resourceType": "DocumentReference",
  "id": "asm-2",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "2"
    }
  ],
  "version": "1.0",
  "status": "current",
  "docStatus": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs",
          "code": "MDM"
        }
      ]
    }
  ],
  "subject": {
    "display": "Xarelto"
  },
  "author": [
    {
      "display": "X-Plain Patient Education"
    }
  ],
  "description": "This patient education program explains Xarelto. Xarelto is also known as rivaroxaban. The program includes the following sections: what are the benefits of Xarelto, what are the risks of Xarelto, how does one take Xarelto, what are special considerations for Xarelto and when should you call your health care provider.",
  "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=nJxoFG9Y8xE",
        "title": "Patient education program explaining Xarelto",
        "duration": 715
      }
    }
  ]
}