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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeContract
IdContract-ContractInstance1.json
FHIR VersionR5

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": "Contract",
  "id": "ContractInstance1",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContract"
    ]
  },
  "subject": [
    {
      "reference": "OrganizationAffiliation/OrganizationAffiliationInstance1"
    }
  ],
  "applies": {
    "start": "2009-01-01"
  },
  "identifier": [
    {
      "system": "dummy.se/identifier/contract",
      "value": "7610"
    }
  ],
  "subType": [
    {
      "coding": [
        {
          "code": "LOU",
          "system": "http://electronichealth.se/CodeSystem/hvo-regulations-for-procurement-and-payment",
          "display": "Lag om offentlig upphandling"
        }
      ]
    }
  ]
}