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

FHIR IG analytics

Packagedigidot.ny
Resource TypeEncounter
Idexample-digidot-Encounter-no.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "enc-pas-05699911862-org-1041865-d-2025-10-06",
  "meta": {
    "profile": [
      "https://novari.no/fhir/digidot/StructureDefinition/digidot-Encounter-no"
    ]
  },
  "extension": [
    {
      "url": "http://novari.no/fhir/StructureDefinition/helsegruppe",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:novari:helsegruppe",
            "code": "D2",
            "display": "Barn og ungdom"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:novari:booking",
      "value": "enc-pas-05699911862-org-1041865-d-2025-10-06"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "type": [
    {
      "text": "Tannhelsekonsultasjon"
    }
  ],
  "subject": {
    "reference": "Patient/pas-05699911862"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/eoc-pas-05699911862-org-1041865"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/prr-123"
      }
    }
  ],
  "period": {
    "start": "2025-10-06T09:13:00Z",
    "end": "2025-10-06T11:14:00Z"
  },
  "location": [
    {
      "location": {
        "reference": "Location/loc-1041865-digidot"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/org-1041865"
  }
}