{
  "resourceType": "ValueSet",
  "status": "draft",
  "url": "http://fhir.cezih.hr/specifikacije/ValueSet/vrsta-recepta",
  "id": "VS-vrsta-recepta",
  "name": "HRVrstaRecepta",
  "title": "Vrste recepta",
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.2.7.60.2.182"
    }
  ],
  "description": "Sadrži kodove vrste recepta koje je moguće poslati korištenjem FHIR messaging mehanizma",
  "compose": {
    "include": [
      {
        "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/vrsta-recepta",
        "concept": [
          {
            "code": "P",
            "display": "Privatni recept"
          }
        ]
      }
    ]
  },
  "meta": {
    "versionId": "1",
    "lastUpdated": "2026-05-19T13:19:04.561+00:00"
  }
}