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

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd.r4b
Resource TypeEncounter
IdEncounter-example.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: Encounter example

identifier: http://example.org/zorgportal/identifiers/visits/v1451 (use: official, )

status: In Progress

class: ActCode AMB: ambulatory

type: Patient-initiated encounter

priority: Non-urgent cardiological admission

subject: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

Participants

-Individual
*Practitioner Bone

Lengths

-ValueUnitSystemCode
*140minhttp://unitsofmeasure.orgmin

reasonCode: Heart valve replacement

Hospitalizations

-PreAdmissionIdentifierAdmitSourceDischargeDisposition
*http://example.org/zorgportal/identifiers/pre-admissions/93042 (use: official, )Referral by physicianDischarge to home

serviceProvider: University Medical Center


Source1

{
  "resourceType": "Encounter",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org/zorgportal/identifiers/visits",
      "value": "v1451"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "270427003",
          "display": "Patient-initiated encounter"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "310361003",
        "display": "Non-urgent cardiological admission"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/full"
      }
    }
  ],
  "length": {
    "value": 140,
    "unit": "min",
    "system": "http://unitsofmeasure.org",
    "code": "min"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "34068001",
          "display": "Heart valve replacement"
        }
      ]
    }
  ],
  "hospitalization": {
    "preAdmissionIdentifier": {
      "use": "official",
      "system": "http://example.org/zorgportal/identifiers/pre-admissions",
      "value": "93042"
    },
    "admitSource": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "305956004",
          "display": "Referral by physician"
        }
      ]
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "306689006",
          "display": "Discharge to home"
        }
      ]
    }
  },
  "serviceProvider": {
    "reference": "Organization/example",
    "display": "University Medical Center"
  }
}