Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions

: Another test example demonstrating that validation works - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "kanta-document-metadata-profile-test-example-2",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/kanta-document-metadata-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance kanta-document-metadata-profile-test-example-2</b></p><a name=\"kanta-document-metadata-profile-test-example-2\"> </a><a name=\"hckanta-document-metadata-profile-test-example-2\"> </a><a name=\"kanta-document-metadata-profile-test-example-2-fi-FI\"> </a><p>Provenance for <a href=\"EpisodeOfCare-id-for-episode-1.html\">EpisodeOfCare: status = active</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2023-08-25 16:42:17+0300</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CST}\">Rekisterinpitäjä</span></td><td>Pirkanmaan hyvinvointialueen rekisterinpitäjä (Identifier: Provider number/urn:oid:1.2.246.10.32213086.19.0)</td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "EpisodeOfCare/id-for-episode-1"
    }
  ],
  "recorded" : "2023-08-25T16:42:17.239+03:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code" : "CST",
            "display" : "custodian"
          }
        ],
        "text" : "Rekisterinpitäjä"
      },
      "who" : {
        "type" : "Organization",
        "identifier" : {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "PRN"
              }
            ]
          },
          "system" : "urn:oid:1.2.246.537.6.40174",
          "value" : "urn:oid:1.2.246.10.32213086.19.0"
        },
        "display" : "Pirkanmaan hyvinvointialueen rekisterinpitäjä"
      }
    }
  ]
}