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

FHIR IG analytics

Packageans.fhir.fr.tdmi
Resource TypeInvoice
IdInvoice-dmi-invoice-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

Narratif généré : Invoice dmi-invoice-example

Profil: DMI Invoice

identifier: reference Facture/identifier-refFacture-example, reference Commande/identifier-refCommande-example

status: draft


Source1

{
  "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"
}