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

FHIR IG analytics

Packagehl7.fhir.uv.phr.r4b
Resource TypeMedia
IdMedia-jane-doe-media.json
FHIR VersionR4B

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 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

Contents

-ContentTypeTitle
*image/jpegJane Doe Smartphone Photo

Source1

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