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

FHIR IG analytics

Packagefi.kela.kanta.kvp.r4
Resource TypeCommunicationRequest
Idesimerkki-valityspyynto-ilman-parameters.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

Esimerkkiresurssi välityspyynnöstä.

Source1

{
  "resourceType": "CommunicationRequest",
  "id": "Välityspyynnön tunnus sen jälkeen kun välityspyyntö on tallennettu Kysely- ja välityspalvelulle",
  "meta": {
    "profile": [
      "https://kvp.kanta.fi/fhir/StructureDefinition/valityspyynto"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "subject": {
    "reference": "#PAT1"
  },
  "requester": {
    "reference": "#PRA1"
  },
  "payload": [
    {
      "contentReference": {
        "identifier": {
          "system": "urn:ietf:rfc:3986",
          "value": "urn:oid:1.2.246.10.1.20241104154710.93.2009.1154133728045186"
        }
      }
    }
  ],
  "recipient": [
    {
      "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:oid:1.2.246.10.12345678"
      },
      "display": "Vastaanottajaorganisaatio"
    }
  ],
  "sender": {
    "identifier": {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.2.246.10.12345678.10.0"
    },
    "display": "Välityspyynnön lähettäjäorganisaatio"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.40192.2012",
          "code": "1",
          "display": "Asiakkaan toimeksianto"
        }
      ]
    }
  ],
  "contained": [
    {
      "resourceType": "Patient",
      "id": "PAT1",
      "meta": {
        "profile": [
          "https://kvp.kanta.fi/fhir/StructureDefinition/KVPPatient"
        ]
      },
      "identifier": [
        {
          "use": "official",
          "system": "urn:oid:1.2.246.21",
          "value": "030559-914N"
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Potilainen",
          "given": "Kerttu-Valmari"
        }
      ]
    },
    {
      "resourceType": "Practitioner",
      "id": "PRA1",
      "meta": {
        "profile": [
          "https://kvp.kanta.fi/fhir/StructureDefinition/KVPPractitioner"
        ]
      },
      "identifier": [
        {
          "system": "urn:oid:1.2.246.537.26",
          "value": "10005398475"
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Praktisto",
          "given": "Kauno Vieno"
        }
      ]
    }
  ]
}