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

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeEncounter
IdEncounter-2.16.840.1.113883.2.4.3.124.7.46240.81230000070144.json
FHIR VersionR3

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

Encounter resource:

  • Subject: 'Johan XXX_Helleman_Afblijven'

  • Status: 'Finished'

  • Class: 'Inpatient'

  • ParticipantNamesPhone numbersAddress
    Participant 1(J.H.R) Peters+31306003111, +31306003199Postbus 7037, 3430JA Nieuwegein (Netherlands (the))
  • Period: 'Period with lower bound 15-8-2012 00:00+0200 and upper bound 15-8-2012 15:04+0200.'

  • Diagnosis condition 'Problem'

  • Service providerNameAddressIdentificationsStandard industry class code
    Service provider 1Ziekenhuis ApotheekTt.Melissaweg 23, TRUE Amsterdam (AMSTERDAM) 2.16.528.1.1007.3.3, 00002727Openbare apotheek
  • Hospitalization admit source: 'Home'

  • Hospitalization discharge disposition: 'Home'


Source1

{
  "resourceType": "Encounter",
  "id": "2.16.840.1.113883.2.4.3.124.7.46240.81230000070144",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.124.7.46240.8",
      "value": "1230000070144"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/v3/ActCode",
    "code": "IMP",
    "display": "inpatient"
  },
  "subject": {
    "reference": "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
    "display": "Johan XXX_Helleman_Afblijven"
  },
  "participant": [
    {
      "individual": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
            "valueReference": {
              "reference": "PractitionerRole/D39901D5633311B18D8CC9D7E6546C74898DAC5C0E33EEF454329D16153F096E",
              "display": "Onbekende functiecode."
            }
          }
        ],
        "reference": "Practitioner/7667ea25-2acb-49c0-8565-41a37da4b81e",
        "display": "J.H.R Peters"
      }
    }
  ],
  "period": {
    "start": "2012-08-15T00:00:00+02:00",
    "end": "2012-08-15T15:04:00+02:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Procedure/a0002acf-c5c8-4368-b389-028b42cd396c",
        "display": "other"
      }
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "264362003",
          "display": "Home"
        }
      ],
      "text": "Eigen woonomgeving"
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "264362003",
          "display": "Home"
        }
      ],
      "text": "Eigen woonomgeving"
    }
  },
  "serviceProvider": {
    "reference": "Organization/2.16.528.1.1007.3.300002727",
    "display": "Ziekenhuis Apotheek"
  }
}