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

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypeEncounter
IdEncounter-.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",
  "meta": {
    "lastUpdated": "2024-07-18T06:52:48.696+00:00",
    "profile": [
      "https://example.org/fhir/StructureDefinition/PH_Encounter"
    ]
  },
  "extension": [
    {
      "url": "https://example.org/fhir/StructureDefinition/AgeYears",
      "valueInteger": 30
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/AgeMonths",
      "valueInteger": 0
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/AgeDays",
      "valueInteger": 0
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/PatientClassification",
      "valueString": "Inpatient"
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/Interviewer",
      "valueHumanName": {
        "use": "official",
        "family": "Santos",
        "given": [
          "Maria"
        ],
        "prefix": [
          "Ms."
        ]
      }
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/InvestigatorName",
      "valueHumanName": {
        "use": "official",
        "family": "Reyes",
        "given": [
          "Juan"
        ],
        "prefix": [
          "Dr."
        ]
      }
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/DateInterview",
      "valueDateTime": "2024-07-18T08:00:00+08:00"
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/DateInvestigation",
      "valueDateTime": "2024-07-19T10:00:00+08:00"
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/ReporterName",
      "valueHumanName": {
        "use": "official",
        "family": "Dela Cruz",
        "given": [
          "Luis"
        ],
        "prefix": [
          "Mr."
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FI",
            "display": "Philhealth code"
          }
        ]
      },
      "system": "http://example.org/fhir/philHealthID",
      "value": "PH123456"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "COVID",
            "display": "COVID Data ID"
          }
        ]
      },
      "system": "http://example.org/fhir/covidDataID",
      "value": "COVID78910"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "COVIDPT",
            "display": "COVID Patient ID"
          }
        ]
      },
      "system": "http://example.org/fhir/covidPatientID",
      "value": "COVIDPT112233"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "183452005",
          "display": "General examination of patient (procedure)"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "period": {
    "start": "2024-07-18T08:00:00+08:00",
    "end": "2024-07-18T10:00:00+08:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/example",
        "display": "General Hospital Room"
      },
      "status": "completed"
    }
  ]
}