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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeEncounter
IdEncounter-Mouvement-Cardio-R4.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": "fr-encounter-mouvement-cardio-13122019",
  "meta": {
    "profile": [
      "http://www.interopsante.org/fhir/structuredefinition/resource/fr-encounter"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MN",
            "display": "Movement Number"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2.1330780321.z",
      "value": "7891012"
    }
  ],
  "status": "finished",
  "statusHistory": [
    {
      "status": "arrived",
      "period": {
        "start": "2019-10-16",
        "end": "2019-10-18"
      }
    }
  ],
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/exemple-patient-11122019",
    "display": "Anne Rouault (2° Mouvement en cardiologie) |stay in cardiology"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/practitioner-Dupont-12122019"
      }
    }
  ],
  "period": {
    "start": "2019-10-16",
    "end": "2019-10-18"
  },
  "reasonCode": [
    {
      "text": "The patient has a stroke."
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/exemple-location-cardiologie-12122019"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/exemple-uf-medicale-cardiologie-13122019"
  },
  "partOf": {
    "reference": "Encounter/fr-encounter-venue-11122019"
  }
}