FHIR IG analytics| Package | ans.fhir.fr.tddui |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-tddui-service-request-demande-orientation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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
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
{
"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"
}
}