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

FHIR IG analytics

Packagehl7.fhir.uv.imaging-service-request-ig
Resource TypeEncounter
IdEncounter-example-imaging-visit.json
FHIR VersionR6

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: Encounter example-imaging-visit

identifier: Visit number/V12345

status: In Progress

subject: DANIELLE PLUTONIUM (no stated gender), DoB Unknown ( Medical record number)


Source1

{
  "resourceType": "Encounter",
  "id": "example-imaging-visit",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-visit"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN"
          }
        ]
      },
      "system": "http://goodhealth.org/vn",
      "value": "V12345"
    }
  ],
  "status": "in-progress",
  "subject": {
    "reference": "Patient/example-imaging-patient"
  }
}