FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| cezih.hr.cezih-osnova#1.0.2 | HRRecept | HRRecept |
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "VS-vrsta-recepta",
"meta": {
"versionId": "1",
"lastUpdated": "2026-05-19T13:19:04.561+00:00"
},
"url": "http://fhir.cezih.hr/specifikacije/ValueSet/vrsta-recepta",
"identifier": [
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.2.7.60.2.182"
}
],
"version": "1.0.2",
"name": "HRVrstaRecepta",
"title": "Vrste recepta",
"status": "draft",
"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"
}
]
}
]
}
}