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

FHIR IG analytics

Packagehl7.eu.fhir.gh
Resource TypeDocumentReference
IdDocumentReference-asm-hipericum-test-script-1.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-hipericum-test-script-1

RelatedMedicalIssue: Depressive disorder (disorder)

identifier: http://example.org/testscript8

version: 1.0

status: Current

docStatus: Final

category: Medication and Disease Management

subject: MedicinalProductDefinition: identifier = https://spor.ema.europa.eu/pmswi#79963; type = Medicinal Product; domain = Human use; status = active; legalStatusOfSupply = Medicinal product subject to medical prescription

author: NHS

description:

How to deal with unhelpful thoughts

content

Attachments

-ExtensionContentTypeLanguageUrlTitle
*text/htmlEnglishhttps://www.youtube.com/watch?v=63zXqalSSFkHow to deal with unhelpful thoughts

Source1

{
  "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"
      }
    }
  ]
}