Multi-Language Test IG
0.2.0 - International drapeau

Multi-Language Test IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/multi-lang-test-ig/ and changes regularly. See the Directory of published versions

:

Brut json | Télécharger

{
  "resourceType" : "Bundle",
  "id" : "h1",
  "language" : "fr",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://somewhere.org/fhir/uv/myig/Provenance/h1-1",
      "resource" : {
        "resourceType" : "Provenance",
        "id" : "h1-1",
        "language" : "fr",
        "text" : {
          "status" : "generated"
        },
        "target" : [
          {
            🔗 "reference" : "StructureDefinition/example"
          }
        ],
        "occurredDateTime" : "2015-11-30",
        "recorded" : "2020-01-01T00:00:00.000Z",
        "reason" : [
          {
            "text" : "Some random edit"
          }
        ],
        "activity" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
              "code" : "UPDATE"
            }
          ]
        },
        "agent" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code" : "author"
                }
              ]
            },
            "who" : {
              "display" : "Rob Hausam"
            }
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code" : "verifier"
                }
              ]
            },
            "who" : {
              "display" : "Vocab"
            }
          }
        ]
      }
    }
  ]
}