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

FHIR IG analytics

Packageans.fhir.fr.tddui
Resource TypeServiceRequest
IdServiceRequest-tddui-service-request-demande-orientation-example.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


French


Narratif généré : DemandeService tddui-service-request-demande-orientation-example

identifier: Identifiant de la demande d'orientation/1234

status: Active

intent: Plan

subject: Jeanne L. (official) Female, Date de Naissance :1947-04-03 ( Patient internal identifier: 3480787529/123456789)

occurrence: 2020-01-01 --> 2020-01-31


English


Generated Narrative: ServiceRequest tddui-service-request-demande-orientation-example

identifier: Identifiant de la demande d'orientation/1234

status: Active

intent: Plan

subject: Jeanne L. (official) Female, DoB: 1947-04-03 ( Patient internal identifier: 3480787529/123456789)

occurrence: 2020-01-01 --> 2020-01-31


Source1

{
  "resourceType": "ServiceRequest",
  "id": "tddui-service-request-demande-orientation-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-service-request-demande-orientation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://interop.esante.gouv.fr/ig/fhir/tddui/CodeSystem/tddui-service-request-identifier",
            "code": "DEMANDE_ORIENTATION"
          }
        ]
      },
      "system": "urn:uuid:53fefa32-fcbb-4ff8-8a92-55ee120877b7",
      "value": "1234"
    }
  ],
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/tddui-pp-pa-patient-example-pp"
  },
  "occurrencePeriod": {
    "start": "2020-01-01",
    "end": "2020-01-31"
  }
}