FHIR IG analytics| Package | hl7.fhir.uv.phr.r4b |
| Resource Type | Media |
| Id | Media-jane-doe-media.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Media jane-doe-media
Profile: PhrMedia
status: Completed
type: Photograph
subject: Jane Doe (official) Female, DoB: 1985-05-15 ( http://hospital.example.org/patient#12345)
created: 2024-12-11 05:22:27+0000
| ContentType | Title |
| image/jpeg | Jane Doe Smartphone Photo |
{
"resourceType": "Media",
"id": "jane-doe-media",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/PhrMedia"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "257444003",
"display": "Photograph"
}
]
},
"subject": {
"reference": "Patient/jane-doe"
},
"createdDateTime": "2024-12-11T05:22:27.249Z",
"content": {
"contentType": "image/jpeg",
"title": "Jane Doe Smartphone Photo"
}
}