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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeMedia
IdMedia-MyHealthWayMediaExample.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

Resource Media "MyHealthWayMediaExample"

Profile: MyHealthWay Media Profile

identifier: http://www.example.com/media-example

status: completed

type: Image (Media Type#image)

modality: Diagram (Media Modality#diagram)

subject: Patient/MyHealthWayPatientExample ""

encounter: Encounter/MyHealthWayEncounterExample

created: 2017-12-17

bodySite: Structure of left hand (body structure) (SNOMED CT#85151006)

deviceName: Acme Camera

Contents

-ContentTypeData
*text/plain(base64 data - 12 bytes)

Source1

{
  "resourceType": "Media",
  "id": "MyHealthWayMediaExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.com",
      "value": "media-example"
    }
  ],
  "status": "completed",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/media-type",
        "code": "image",
        "display": "Image"
      }
    ]
  },
  "modality": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/media-modality",
        "code": "diagram"
      }
    ]
  },
  "subject": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "encounter": {
    "reference": "Encounter/MyHealthWayEncounterExample"
  },
  "createdDateTime": "2017-12-17",
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "85151006",
        "display": "Structure of left hand (body structure)"
      }
    ]
  },
  "deviceName": "Acme Camera",
  "content": {
    "contentType": "text/plain",
    "data": "ZGF0YSBleGFtcGxl"
  }
}