FHIR IG analytics| Package | johnmoehrke.testbinary.example |
| Resource Type | Media |
| Id | Media-Media-hello-world.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Media Media-hello-world
Profile: Just a simple profile of Media
status: Completed
| ContentType | Language | Url | Title | Creation |
| text/plain | English | https://server.example.com/blah.pdf | Hello World PDF Link | 2024-09-01 00:00:00+0000 |
{
"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"
}
}