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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeMedia
IdMedia-chest-xray.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 chest-xray

status: Completed

type: Image

modality: Plain X-ray of chest (procedure)

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

created: 2019-02-04 19:43:30+0000

issued: 2019-02-04 19:43:30+0000

content

id

a1

contentType: image/jpeg

url: http://example.org/fhir/Binary/A12345

creation: 2019-02-04 19:43:30+0000


Source1

{
  "resourceType": "Media",
  "id": "chest-xray",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/media-type",
        "code": "image",
        "display": "Image"
      }
    ]
  },
  "modality": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "399208008",
        "display": "Plain X-ray of chest (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "createdDateTime": "2019-02-04T19:43:30.000Z",
  "issued": "2019-02-04T19:43:30.000Z",
  "content": {
    "id": "a1",
    "contentType": "image/jpeg",
    "url": "http://example.org/fhir/Binary/A12345",
    "creation": "2019-02-04T19:43:30.000Z"
  }
}