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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeContract
IdContract-mni-contract-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: Contract mni-contract-example1

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

type: Health Insurance


Source1

{
  "resourceType": "Contract",
  "id": "mni-contract-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-contract"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.sanitas.com",
      "value": "123987456"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/contract-type",
        "code": "healthinsurance",
        "display": "Health Insurance"
      }
    ]
  }
}