FHIR IG analytics| Package | ans.fhir.fr.tdmi |
| Resource Type | Invoice |
| Id | Invoice-dmi-invoice-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Invoice dmi-invoice-example
Profil: DMI Invoice
identifier: reference Facture/identifier-refFacture-example, reference Commande/identifier-refCommande-example
status: draft
{
"resourceType": "Invoice",
"id": "dmi-invoice-example",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/tdmi/StructureDefinition/dmi-invoice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "https://interop.esante.gouv.fr/ig/fhir/tdmi/CodeSystem/dmi-discriminator",
"code": "refFacture"
}
]
},
"value": "identifier-refFacture-example"
},
{
"type": {
"coding": [
{
"system": "https://interop.esante.gouv.fr/ig/fhir/tdmi/CodeSystem/dmi-discriminator",
"code": "refCommande"
}
]
},
"value": "identifier-refCommande-example"
}
],
"status": "draft"
}