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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeEncounter
IdEncounter-VisitExample1.json
FHIR VersionR4

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

Generated Narrative: Encounter VisitExample1

Profile: Visit

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit/V000001

status: Finished

class: ActCode: AMB (ambulatory)

type: 1 month visit

subject: Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

period: 2023-09-15 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "VisitExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/visit"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit",
      "value": "V000001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/visit-type-cs",
          "code": "month-1",
          "display": "1 month visit"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "period": {
    "start": "2023-09-15"
  }
}