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

FHIR IG analytics

Packagejohnmoehrke.testbinary.example
Resource TypeMedia
IdMedia-Media-hello-world.json
FHIR VersionR4

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: Media Media-hello-world

status: Completed

Contents

-ContentTypeLanguageUrlTitleCreation
*text/plainEnglishhttps://server.example.com/blah.pdfHello World PDF Link2024-09-01 00:00:00+0000

Source1

{
  "resourceType": "Media",
  "id": "Media-hello-world",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/testbinary/StructureDefinition/MediaFoo"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "content": {
    "contentType": "text/plain",
    "language": "en",
    "url": "https://server.example.com/blah.pdf",
    "title": "Hello World PDF Link",
    "creation": "2024-09-01T00:00:00Z"
  }
}