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

FHIR IG analytics

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

identifier: http://example.org/1

version: 1.0

status: Current

docStatus: Final

category: Support Administration

subject: ACME DRUG

author: GH

description:

example of Additional material in strucutred format

content

Attachments

-ContentTypeLanguageUrlTitle
*application/json+fhirEnglishComposition/ExampleExample of Additional material in strucutred format

Source1

{
  "resourceType": "DocumentReference",
  "id": "asm-3",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "1"
    }
  ],
  "version": "1.0",
  "status": "current",
  "docStatus": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs",
          "code": "SA"
        }
      ]
    }
  ],
  "subject": {
    "display": "ACME DRUG"
  },
  "author": [
    {
      "display": "GH"
    }
  ],
  "description": "example of Additional material in strucutred  format",
  "content": [
    {
      "attachment": {
        "contentType": "application/json+fhir",
        "language": "en",
        "url": "Composition/Example",
        "title": "Example of Additional material in strucutred format"
      }
    }
  ]
}