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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeCoverage
IdCoverage-mni-coverage-example1.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

Generated Narrative: Coverage mni-coverage-example1

identifier: urn:oid:2.16.756.5.30.1.123.100.1.1.1/80756015090002647590

status: Active

type: Krankenversicherung (obligat.)

beneficiary: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

payor: Organization Sanitas

contract: Contract: identifier = http://www.sanitas.com#123987456; type = Health Insurance


Generated Narrative: Contract #mni-contract1

identifier: http://www.sanitas.com/123987456

type: Health Insurance


Source1

{
  "resourceType": "Coverage",
  "id": "mni-coverage-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Contract",
      "id": "mni-contract1",
      "meta": {
        "profile": [
          "https://mednet.swiss/fhir/StructureDefinition/mni-contract"
        ]
      },
      "identifier": [
        {
          "system": "http://www.sanitas.com",
          "value": "123987456"
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contract-type",
            "code": "healthinsurance",
            "display": "Health Insurance"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756015090002647590"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor",
        "code": "1",
        "display": "Krankenversicherung (obligat.)"
      }
    ]
  },
  "beneficiary": {
    "reference": "Patient/mni-patient-example1"
  },
  "payor": [
    {
      "reference": "Organization/mni-organization-example2"
    }
  ],
  "contract": [
    {
      "reference": "#mni-contract1"
    }
  ]
}