{
"description": "Supported HTTP methods",
"_filename": "CodeSystem-http-method-cs.json",
"package_name": "no.nhn.fhir.helsenorge.profiles",
"date": null,
"publisher": null,
"content": "complete",
"name": "HttpMethodCS",
"type": null,
"experimental": null,
"resourceType": "CodeSystem",
"title": "HTTP Method CodeSystem",
"package_version": "2.5.8-beta",
"status": null,
"id": "7fa173dc-66a1-41f4-92a4-4260856e06df",
"kind": null,
"count": 5,
"url": "http://example.org/CodeSystem/http-method-cs",
"concept": [ {
"code": "GET",
"display": "GET"
}, {
"code": "POST",
"display": "POST"
}, {
"code": "PUT",
"display": "PUT"
}, {
"code": "PATCH",
"display": "PATCH"
}, {
"code": "DELETE",
"display": "DELETE"
} ],
"version": "1.0.0"
}