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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeEncounter
Idexample--gpc-data-model--encounter.json
FHIR VersionR3

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": "7888b4a4-1af2-4487-b7f6-b88866d6c742",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-01-24T11:58:38.4899643+00:00",
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Encounter-1"
    ]
  },
  "identifier": [
    {
      "system": "https://hospital.example/visit-number",
      "value": "visit-00425123"
    }
  ],
  "status": "finished",
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "308540004",
          "display": "Inpatient stay (finding)"
        }
      ]
    }
  ],
  "subject": {
    "identifier": {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
                "code": "01",
                "display": "Number present and verified"
              }
            ],
            "text": "Number present and verified"
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9989453456"
    }
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.nhs.uk/STU3/ValueSet/GPConnect-ParticipantType-1",
              "code": "REC"
            }
          ],
          "text": "recorder"
        }
      ],
      "period": {
        "start": "2022-12-25T14:01:31+00:00",
        "end": "2023-01-02T15:21:57+00:00"
      },
      "individual": {
        "identifier": {
          "system": "https://fhir.hl7.org.uk/Id/gmc-number",
          "value": "0054272"
        }
      }
    }
  ],
  "period": {
    "start": "2022-12-25T10:42:12+00:00",
    "end": "2023-01-02T15:21:57+00:00"
  },
  "length": {
    "value": 707985,
    "unit": "second - time",
    "system": "http://unitsofmeasure.org",
    "code": "s"
  },
  "reason": [
    {
      "coding": [
        {
          "extension": [
            {
              "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-coding-sctdescid",
              "extension": [
                {
                  "url": "descriptionId",
                  "valueId": "86591008"
                },
                {
                  "url": "descriptionDisplay",
                  "valueString": "Fall from ladder (event)"
                }
              ]
            }
          ],
          "system": "http://snomed.info/sct",
          "code": "86591008",
          "display": "Fall from ladder (event)"
        }
      ]
    }
  ]
}