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

FHIR IG analytics

Packagede.thieme-compliance.anamnese
Resource TypeProvenance
IdProvenance-FormSignature-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Provenance",
  "id": "FormSignature-example-1",
  "meta": {
    "profile": [
      "https://thieme-compliance.de/fhir/StructureDefinition/FormSignature"
    ]
  },
  "target": [
    {
      "reference": "https://my.fhir.server/QuestionnaireResponse/6ef343a7-d532-475b-ba50-d895e93c4891"
    }
  ],
  "recorded": "2025-01-02T03:04:05+01:00",
  "agent": [
    {
      "who": {
        "reference": "Patient/EcpPatient-example-1"
      }
    }
  ],
  "signature": [
    {
      "type": [
        {
          "code": "Patient",
          "system": "https://thieme-compliance.de/fhir/CodeSystem/SignatureType"
        }
      ],
      "when": "2025-01-02T03:03:04+01:00",
      "who": {
        "reference": "Patient/EcpPatient-example-1"
      }
    }
  ]
}