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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeEncounter
Idgpdata-encounter-contact04.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

ContactTypeStartDateTimeProblemNameHealthProfessionalOrganizationName
ambulatory2020-03-15Dr. V. Huisarts 1Aesculaap

Source1

{
  "resourceType": "Encounter",
  "id": "gpdata-encounter-contact04",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/gp-Encounter"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.528.1.1007.3.3.3333",
      "value": "Contact04"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "15528d4f-8fdf-11ec-5551-020000000000"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/v3/ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze",
          "code": "03",
          "display": "consult"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/gpdata-patient-01",
    "display": "Jacqueline XXX_Cevat"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/gpdata-episodeofcare-icpc-l8601",
      "display": "HNP (thoracaal/lumbaal)"
    }
  ],
  "participant": [
    {
      "individual": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
            "valueReference": {
              "reference": "PractitionerRole/gpdata-practitionerrole-01",
              "display": "Dr. V. Huisarts 1"
            }
          }
        ],
        "reference": "Practitioner/gpdata-practitioner-01",
        "display": "Dr. V. Huisarts 1"
      }
    }
  ],
  "period": {
    "start": "2020-03-15",
    "end": "2020-03-15"
  },
  "serviceProvider": {
    "reference": "Organization/gpdata-organization-01",
    "display": "Aesculaap"
  }
}